From 0cb4586a0be3b1b5909b73b24798032ddf2f4002 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 4 Jan 2020 18:59:46 +0000 Subject: [PATCH] lio_listio_empty_nowait_thread sometimes does *not* hang. The other tests consistently do hang though. Sponsored by: DellEMC --- tests/sys/aio/lio_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sys/aio/lio_test.c b/tests/sys/aio/lio_test.c index 383d80bc0c3..cb9dc64acdd 100644 --- a/tests/sys/aio/lio_test.c +++ b/tests/sys/aio/lio_test.c @@ -189,6 +189,7 @@ ATF_TC_BODY(lio_listio_empty_nowait_thread, tc) struct aiocb *list = NULL; struct sigevent sev; + atf_tc_skip("Sometimes hangs and sometimes passes"); atf_tc_expect_timeout("Bug 220398 - lio_listio(2) never sends" " asynchronous notification if nent==0"); ATF_REQUIRE_EQ(0, sem_init(&completions, false, 0));