aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-09-03 10:49:13 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-09-03 10:49:13 +0000
commit7fb6c523bc873c4d9f964a29262d9d6ac7e796fb (patch)
treedc0e9148b961bd2a08714198d8720940c126bcae
parentd05b53e0baee7670da54424738bda9b11c0668e7 (diff)
downloadsrc-7fb6c523bc873c4d9f964a29262d9d6ac7e796fb.tar.gz
src-7fb6c523bc873c4d9f964a29262d9d6ac7e796fb.zip
Temporarily skip sys.sys.qmath_test.qdivq_s64q in CI because it is unstable
PR: 240219 Discussed with: trasz Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=351739
-rw-r--r--tests/sys/sys/qmath_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sys/sys/qmath_test.c b/tests/sys/sys/qmath_test.c
index bc2020bc0521..56e726fc8085 100644
--- a/tests/sys/sys/qmath_test.c
+++ b/tests/sys/sys/qmath_test.c
@@ -275,6 +275,10 @@ ATF_TC_BODY(qdivq_s64q, tc)
double a_dbl, b_dbl, r_dbl, maxe_dbl, delta_dbl;
int error;
+ if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
+ atf_tc_skip("https://bugs.freebsd.org/240219");
+
+
srandomdev();
for (int i = 0; i < 10; i++) {