Skip to content

Commit 95c4ccf

Browse files
committed
[test] Disable a couple of tests on watchOS simulator
1 parent a6372e9 commit 95c4ccf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Concurrency/async_task_base_priority.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// UNSUPPORTED: back_deploy_concurrency
1111
// UNSUPPORTED: threading_none
1212

13+
// rdar://101077408 – Temporarily disable on watchOS simulator
14+
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
15+
1316
import StdlibUnittest
1417
import Dispatch
1518
#if canImport(Darwin)

test/Concurrency/async_task_priority.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// UNSUPPORTED: back_deployment_runtime
1414
// UNSUPPORTED: back_deploy_concurrency
1515

16+
// rdar://101077408 – Temporarily disable on watchOS simulator
17+
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
18+
1619
import Darwin
1720
@preconcurrency import Dispatch
1821
import StdlibUnittest

0 commit comments

Comments
 (0)