Skip to content

Commit 2358a8b

Browse files
committed
Tests: Disable async_sequence_existential.swift on Windows.
Unblocks the Windows toolchain build, which is experiencing a weird symptom that causes this test to fail only in that context. The failure is tracked by #80582.
1 parent 52ebd4a commit 2358a8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/async_sequence_existential.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
// REQUIRES: concurrency
66

7+
// https://github.com/swiftlang/swift/issues/80582
8+
// UNSUPPORTED: OS=windows-msvc
9+
710
extension Error {
811
func printMe() { }
912
}

0 commit comments

Comments
 (0)