Skip to content

Commit 11c32fa

Browse files
authored
[test] Disable two hanging tests on iOS simulator (#63867)
1 parent 107ae6d commit 11c32fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/Concurrency/async_task_base_priority.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
// UNSUPPORTED: back_deployment_runtime
1010
// UNSUPPORTED: back_deploy_concurrency
1111

12-
// rdar://101077408 – Temporarily disable on watchOS simulator
12+
// rdar://101077408 – Temporarily disable on watchOS & iOS simulator
1313
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
14+
// UNSUPPORTED: DARWIN_SIMULATOR=ios
1415

1516
import StdlibUnittest
1617
import Dispatch

test/Concurrency/async_task_priority.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
// UNSUPPORTED: back_deployment_runtime
1414
// UNSUPPORTED: back_deploy_concurrency
1515

16-
// rdar://101077408 – Temporarily disable on watchOS simulator
16+
// rdar://101077408 – Temporarily disable on watchOS & iOS simulator
1717
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
18+
// UNSUPPORTED: DARWIN_SIMULATOR=ios
1819

1920
// REQUIRES: rdar105396748
2021

0 commit comments

Comments
 (0)