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.
2 parents 30eae71 + 9215d00 commit 94a0deeCopy full SHA for 94a0dee
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