Skip to content

Commit 94a0dee

Browse files
authored
Merge pull request #2275 from apple/xfail-test_readWriteHandlers
Temporarily mark test_readWriteHandlers test as expected to fail
2 parents 30eae71 + 9215d00 commit 94a0dee

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)