Skip to content

Commit 27c1d49

Browse files
authored
[test] Disable two hanging tests on tvOS simulator (#63886)
1 parent fdafe04 commit 27c1d49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/async_task_base_priority.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// rdar://101077408 – Temporarily disable on watchOS & iOS simulator
1313
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
1414
// UNSUPPORTED: DARWIN_SIMULATOR=ios
15+
// UNSUPPORTED: DARWIN_SIMULATOR=tvos
1516

1617
import StdlibUnittest
1718
import Dispatch

test/Concurrency/async_task_priority.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// rdar://101077408 – Temporarily disable on watchOS & iOS simulator
1717
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
1818
// UNSUPPORTED: DARWIN_SIMULATOR=ios
19+
// UNSUPPORTED: DARWIN_SIMULATOR=tvos
1920

2021
// REQUIRES: rdar105396748
2122

0 commit comments

Comments
 (0)