aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2020-01-04 18:59:46 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2020-01-04 18:59:46 +0000
commit0cb4586a0be3b1b5909b73b24798032ddf2f4002 (patch)
tree300d37c28eb117bcd45a0fb6bd9ff998dcff53a5 /tests
parentdfe13344f55740f9fffbf445eba24cbfc77ede2f (diff)
Notes
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/aio/lio_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/aio/lio_test.c b/tests/sys/aio/lio_test.c
index 383d80bc0c3f6..cb9dc64acdd07 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));