Skip to content

Commit 9215d00

Browse files
authored
Temporarily mark test_readWriteHandlers test as expected to fail
It times out occasionally in CI. rdar://problem/50860781
1 parent 5769b00 commit 9215d00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestFoundation/TestFileHandle.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@ class TestFileHandle : XCTestCase {
511511
("test_readToEndOfFileAndNotify", test_readToEndOfFileAndNotify),
512512
("test_readToEndOfFileAndNotify_readError", test_readToEndOfFileAndNotify_readError),
513513
("test_waitForDataInBackgroundAndNotify", test_waitForDataInBackgroundAndNotify),
514-
("test_readWriteHandlers", test_readWriteHandlers),
514+
/* ⚠️ */ ("test_readWriteHandlers", testExpectedToFail(test_readWriteHandlers,
515+
/* ⚠️ */ "<rdar://problem/50860781> sporadically times out")),
515516
]
516517

517518
#if NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT

0 commit comments

Comments
 (0)