test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()
Reviewed By: lwhsu Differential Revision: https://reviews.freebsd.org/D28396
This commit is contained in:
parent
d4a6843bb1
commit
4d2edf3af1
@ -249,7 +249,7 @@ ATF_TC_BODY(test_inf_inputs, tc)
|
||||
unsigned i;
|
||||
|
||||
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
|
||||
atf_tc_skip("https://bugs.freebsd.org/244732");
|
||||
atf_tc_expect_fail("https://bugs.freebsd.org/244732");
|
||||
|
||||
/*
|
||||
* IN CSINH CCOSH CTANH
|
||||
|
Loading…
Reference in New Issue
Block a user