Skip to content

Commit 6b6eb9c

Browse files
authored
Merge pull request #36317 from mikeash/disable-async-taskgroup-next-on-pending
[Test] Temporarily disable Runtime.async_taskgroup_next_on_pending.swift.
2 parents 4769f21 + 3949569 commit 6b6eb9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/Runtime/async_taskgroup_next_on_pending.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// REQUIRES: concurrency
55
// REQUIRES: libdispatch
66

7+
// REQUIRES: rdar75096485
8+
79
import Dispatch
810

911
func completeSlowly(n: Int) async -> Int {

0 commit comments

Comments
 (0)