diff --git a/TestFoundation/TestFileHandle.swift b/TestFoundation/TestFileHandle.swift index c12f601702..5c10c668e1 100644 --- a/TestFoundation/TestFileHandle.swift +++ b/TestFoundation/TestFileHandle.swift @@ -511,7 +511,8 @@ class TestFileHandle : XCTestCase { ("test_readToEndOfFileAndNotify", test_readToEndOfFileAndNotify), ("test_readToEndOfFileAndNotify_readError", test_readToEndOfFileAndNotify_readError), ("test_waitForDataInBackgroundAndNotify", test_waitForDataInBackgroundAndNotify), - ("test_readWriteHandlers", test_readWriteHandlers), + /* ⚠️ */ ("test_readWriteHandlers", testExpectedToFail(test_readWriteHandlers, + /* ⚠️ */ " sporadically times out")), ] #if NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT