Temporarily skip flakey sys.kern.sysv_test.msg in CI
PR: 233649
This commit is contained in:
parent
d4be5ce558
commit
f4beb2edcd
@ -210,6 +210,9 @@ ATF_TC_BODY(msg, tc)
|
||||
int loop;
|
||||
int c_status;
|
||||
|
||||
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
|
||||
atf_tc_skip("https://bugs.freebsd.org/233649");
|
||||
|
||||
/*
|
||||
* Install a SIGSYS handler so that we can exit gracefully if
|
||||
* System V Message Queue support isn't in the kernel.
|
||||
|
Loading…
Reference in New Issue
Block a user