Skip to content

Commit 7c1bb5c

Browse files
committed
[build-wrangler] Disable test that is failing on windows.
SR-14447
1 parent d350a05 commit 7c1bb5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Concurrency/Runtime/async_task_handle_cancellation.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
// This test is flaky on VS2017 (unknown reasons)
1010
// UNSUPPORTED: MSVC_VER=15.0
1111

12+
// This test is failing on windows. SR-14447.
13+
//
14+
// UNSUPPORTED: OS=windows-msvc
15+
1216
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
1317
@main struct Main {
1418
static func main() async {

0 commit comments

Comments
 (0)