Skip to content

Commit 190b658

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 (cherry picked from commit 80d3310)
1 parent a6b3322 commit 190b658

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
// UNSUPPORTED: use_os_stdlib
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)