Skip to content

Commit 2e77557

Browse files
committed
Disable Concurrency/Runtime/async_stream.swift
This test has a race condition which can cause PR testing to fail, blocking other work. rdar://78033828 (Swift CI: timeout)
1 parent 0675da8 commit 2e77557

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/async_stream.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// https://bugs.swift.org/browse/SR-14466
1212
// UNSUPPORTED: OS=windows-msvc
1313

14+
// Race condition
15+
// REQUIRES: rdar78033828
16+
1417
import _Concurrency
1518
import StdlibUnittest
1619
import Dispatch

0 commit comments

Comments
 (0)