Skip to content

Commit 80d3310

Browse files
committed
[test] Restrict test/Concurrency/voucher_propagation.swift
This is failing (possibly non-deterministically) on some device platforms, so restrict it to macOS until we fix it. rdar://83459813
1 parent 6300b8b commit 80d3310

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/voucher_propagation.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// REQUIRES: concurrency_runtime
1313
// UNSUPPORTED: back_deployment_runtime
1414

15+
// rdar://83459813 - assertion failure in TaskGroup.cpp
16+
// REQUIRES: OS=macosx
17+
1518
import Darwin
1619
import Dispatch
1720
import StdlibUnittest

0 commit comments

Comments
 (0)