Skip to content

Commit eb8fc8c

Browse files
authored
[Concurrency] disable async_taskgroup_is_asyncsequence on windows
It seems this test not only has issues on Linux but also windows. https://ci-external.swift.org/job/oss-swift-windows-x86_64-vs2019/4488/console Disable for now, until we're able to fix it.
1 parent fa7a6e6 commit eb8fc8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/Runtime/async_taskgroup_is_asyncsequence.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55
// XFAIL: linux
6+
// XFAIL: windows
67

78
#if canImport(Darwin)
89
import Darwin

0 commit comments

Comments
 (0)