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.
1 parent 3bf05ad commit 8e3d519Copy full SHA for 8e3d519
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