Temporarily skip sys.sys.qmath_test.qdivq_s64q in CI because it is unstable

PR:		240219
Discussed with:	trasz
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-09-03 10:49:13 +00:00
parent d05b53e0ba
commit 7fb6c523bc

View File

@ -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++) {