We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5769b00 commit 9215d00Copy full SHA for 9215d00
TestFoundation/TestFileHandle.swift
@@ -511,7 +511,8 @@ class TestFileHandle : XCTestCase {
511
("test_readToEndOfFileAndNotify", test_readToEndOfFileAndNotify),
512
("test_readToEndOfFileAndNotify_readError", test_readToEndOfFileAndNotify_readError),
513
("test_waitForDataInBackgroundAndNotify", test_waitForDataInBackgroundAndNotify),
514
- ("test_readWriteHandlers", test_readWriteHandlers),
+ /* ⚠️ */ ("test_readWriteHandlers", testExpectedToFail(test_readWriteHandlers,
515
+ /* ⚠️ */ "<rdar://problem/50860781> sporadically times out")),
516
]
517
518
#if NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT
0 commit comments