1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362656

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.