Skip to content

Commit 8e3d519

Browse files
committed
Skip testWithTimeoutEscalatesPriority
The test is flakey. Disable it until we have an idea of what it is.
1 parent 3bf05ad commit 8e3d519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SKSupportTests/AsyncUtilsTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ final class AsyncUtilsTests: XCTestCase {
4242
}
4343

4444
func testWithTimeoutEscalatesPriority() async throws {
45+
try XCTSkipIf(true, "Flakey test: rdar://137640122")
4546
let expectation = self.expectation(description: "Timeout started")
4647
let task = Task(priority: .background) {
4748
// We don't actually hit the timeout. It's just a large value.

0 commit comments

Comments
 (0)