Skip to content

Commit b4ce6e4

Browse files
authored
Merge pull request #3099 from millenomi/pr-disable-test-customOperationReady-5.5
[5.5] Disable flaky test test_CustomOperationReady
2 parents c9281b7 + 5a2d14f commit b4ce6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Foundation/Tests/TestOperationQueue.swift

+1-1
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)