test: disable sys.kern.unix_seqpacket_test.random_eor_and_waitall

It's been failing for a while, at least some of the time.

PR: 279994
Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2024-06-25 19:33:05 -06:00
parent 3da568710f
commit b2351a4ba5

View file

@ -1197,6 +1197,9 @@ ATF_TC_BODY(random_eor_and_waitall, tc)
size_t off;
int fd[2], eor;
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
atf_tc_skip("https://bugs.freebsd.org/279994");
arc4random_buf(params.seed, sizeof(params.seed));
printf("Using seed:");
for (u_int i = 0; i < (u_int)sizeof(params.seed)/sizeof(u_short); i++)