Skip to content

Commit 741f1e5

Browse files
authored
Merge pull request #1749 from ahoppen/skip-testWithTimeoutEscalatesPriority
Skip testWithTimeoutEscalatesPriority
2 parents b8aca0c + 8e3d519 commit 741f1e5

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)