Skip to content

Commit f85633a

Browse files
authored
Merge pull request #36846 from hborla/disable-yielding-continuation-test-windows
[Test] Disable Concurrency/Runtime/yielding_continuation.swift on Windows
2 parents 2a9a62c + 4c80b71 commit f85633a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/yielding_continuation.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55

6+
// https://bugs.swift.org/browse/SR-14466
7+
// UNSUPPORTED: OS=windows-msvc
8+
69
import _Concurrency
710
import StdlibUnittest
811

0 commit comments

Comments
 (0)