Skip to content

Commit

Permalink
Merge pull request swiftlang#3001 from apple/blangmuir/SR-14657
Browse files Browse the repository at this point in the history
Disable flaky test test_CustomOperationReady
  • Loading branch information
benlangmuir authored May 25, 2021
2 parents eec4b26 + d5207c0 commit ac17479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Foundation/Tests/TestOperationQueue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class TestOperationQueue : XCTestCase {
("test_ExecutionOrder", test_ExecutionOrder),
("test_WaitUntilFinished", test_WaitUntilFinished),
("test_OperationWaitUntilFinished", test_OperationWaitUntilFinished),
("test_CustomOperationReady", test_CustomOperationReady),
/* ⚠️ */ ("test_CustomOperationReady", testExpectedToFail(test_CustomOperationReady, "Flaky test: https://bugs.swift.org/browse/SR-14657")),
("test_DependencyCycleBreak", test_DependencyCycleBreak),
("test_Lifecycle", test_Lifecycle),
("test_ConcurrentOperations", test_ConcurrentOperations),
Expand Down

0 comments on commit ac17479

Please sign in to comment.