Skip to content

Commit aa27a04

Browse files
committed
[Concurrency] Disable test on simulators; unexpected env behavior
1 parent 4c2dc5e commit aa27a04

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/Concurrency/Runtime/actor_assert_precondition_executor_checkIsolated_main_customExecutorOnMain_swift6_mode.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
// UNSUPPORTED: use_os_stdlib
1616
// UNSUPPORTED: freestanding
1717

18-
// Temporarily disable for now rdar://128862814
19-
// REQUIRES: rdar128862814
18+
// Disable this test on simulators
19+
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
20+
// UNSUPPORTED: DARWIN_SIMULATOR=ios
21+
// UNSUPPORTED: DARWIN_SIMULATOR=tvos
22+
// UNSUPPORTED: single_threaded_concurrency
2023

2124
import Dispatch
2225

0 commit comments

Comments
 (0)