Skip to content

Commit cdc460b

Browse files
committed
Disable async_taskgroup_throw_recover on windows
This patch disables this test on windows since it isn't working correctly.
1 parent 53069e2 commit cdc460b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/Runtime/async_taskgroup_throw_recover.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
5+
// UNSUPPORTED: OS=windows-msvc
56

67
struct Boom: Error {}
78
struct IgnoredBoom: Error {}

0 commit comments

Comments
 (0)