We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9281b7 + 5a2d14f commit b4ce6e4Copy full SHA for b4ce6e4
Tests/Foundation/Tests/TestOperationQueue.swift
@@ -37,7 +37,7 @@ class TestOperationQueue : XCTestCase {
37
("test_ExecutionOrder", test_ExecutionOrder),
38
("test_WaitUntilFinished", test_WaitUntilFinished),
39
("test_OperationWaitUntilFinished", test_OperationWaitUntilFinished),
40
- ("test_CustomOperationReady", test_CustomOperationReady),
+ /* ⚠️ */ ("test_CustomOperationReady", testExpectedToFail(test_CustomOperationReady, "Flaky test: https://bugs.swift.org/browse/SR-14657")),
41
("test_DependencyCycleBreak", test_DependencyCycleBreak),
42
("test_Lifecycle", test_Lifecycle),
43
("test_ConcurrentOperations", test_ConcurrentOperations),
0 commit comments