Skip to content

Commit 168fe61

Browse files
authored
[windows][vs2017] Mark flaky test as unsupported. (#36530)
The test has been flaky for the last couple of weeks. It almost always fails, but from time to time the Windows VS2017 CI machine passes the test. Mark it as unsupported (since XFAIL will create random failures when the test pass), to avoid noise in the CI machine.
1 parent 390cebe commit 168fe61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/async_task_handle_cancellation.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55

6+
// This test is flaky on VS2017 (unknown reasons)
7+
// UNSUPPORTED: MSVC_VER=15.0
8+
69
@main struct Main {
710
static func main() async {
811
let handle = Task.runDetached {

0 commit comments

Comments
 (0)