Temporarily skip flakey sys.kern.sysv_test.msg in CI

PR:		233649
This commit is contained in:
Li-Wen Hsu 2020-06-26 17:58:10 +00:00
parent d4be5ce558
commit f4beb2edcd

View File

@ -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.