Skip to content

Commit dc34c13

Browse files
authored
Merge pull request #37538 from benlangmuir/disable-test-55
[5.5] Disable async_task_async_let_child_cancel.swift test
2 parents 45d34a6 + dba93ae commit dc34c13

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)