Skip to content

Commit 515dff1

Browse files
[test][Concurrency] Disable async_task_base_priority.swift on single_threaded_concurrency
The test case blocks a thread and it blocks the whole execution with cooperative global executor.
1 parent 508878c commit 515dff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/async_task_base_priority.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
1414
// UNSUPPORTED: DARWIN_SIMULATOR=ios
1515
// UNSUPPORTED: DARWIN_SIMULATOR=tvos
16+
// UNSUPPORTED: single_threaded_concurrency
1617

1718
import StdlibUnittest
1819
import Dispatch

0 commit comments

Comments
 (0)