Skip to content

Commit 075150c

Browse files
authored
Merge pull request #63657 from mikeash/disable-async-task-priority-test
[Test] Disable failing async_task_priority test.
2 parents e851856 + 915452e commit 075150c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/async_task_priority.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// rdar://101077408 – Temporarily disable on watchOS simulator
1717
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
1818

19+
// REQUIRES: rdar105396748
20+
1921
import Darwin
2022
@preconcurrency import Dispatch
2123
import StdlibUnittest

0 commit comments

Comments
 (0)