Skip to content

Commit ac17479

Browse files
authored
Merge pull request #3001 from apple/blangmuir/SR-14657
Disable flaky test test_CustomOperationReady
2 parents eec4b26 + d5207c0 commit ac17479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Foundation/Tests/TestOperationQueue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class TestOperationQueue : XCTestCase {
3737
("test_ExecutionOrder", test_ExecutionOrder),
3838
("test_WaitUntilFinished", test_WaitUntilFinished),
3939
("test_OperationWaitUntilFinished", test_OperationWaitUntilFinished),
40-
("test_CustomOperationReady", test_CustomOperationReady),
40+
/* ⚠️ */ ("test_CustomOperationReady", testExpectedToFail(test_CustomOperationReady, "Flaky test: https://bugs.swift.org/browse/SR-14657")),
4141
("test_DependencyCycleBreak", test_DependencyCycleBreak),
4242
("test_Lifecycle", test_Lifecycle),
4343
("test_ConcurrentOperations", test_ConcurrentOperations),

0 commit comments

Comments
 (0)