Skip to content

Commit 6e9c5c9

Browse files
committed
[windows][test] Mark two tests that end up deadlocked as unsupported.
Two tests seems to end up deadlocked in the Windows CI machines. Mark them as unsupported for the time being so the CI machines are useful again.
1 parent 53069e2 commit 6e9c5c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/Runtime/async_task_equals_hashCode.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-os
56

67
#if canImport(Darwin)
78
import Darwin

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)