We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8aca0c + 8e3d519 commit 741f1e5Copy full SHA for 741f1e5
Tests/SKSupportTests/AsyncUtilsTests.swift
@@ -42,6 +42,7 @@ final class AsyncUtilsTests: XCTestCase {
42
}
43
44
func testWithTimeoutEscalatesPriority() async throws {
45
+ try XCTSkipIf(true, "Flakey test: rdar://137640122")
46
let expectation = self.expectation(description: "Timeout started")
47
let task = Task(priority: .background) {
48
// We don't actually hit the timeout. It's just a large value.
0 commit comments