Skip to content

Commit dba93ae

Browse files
aschwaighoferbenlangmuir
authored andcommitted
Disable async_task_async_let_child_cancel.swift test
It sometimes fails on bots. rdar://77671328
1 parent 45d34a6 commit dba93ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/Runtime/async_task_async_let_child_cancel.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// UNSUPPORTED: back_deployment_runtime
88
// UNSUPPORTED: use_os_stdlib
99

10+
// REQUIRES: rdar_77671328
11+
1012
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
1113
func printWaitPrint(_ int: Int) async -> Int {
1214
print("start, cancelled:\(Task.isCancelled), id:\(int)")

0 commit comments

Comments
 (0)