Skip to content

Commit 3c585d5

Browse files
authored
Merge pull request #66234 from hamishknight/disable-test
2 parents 36b1fee + a933aac commit 3c585d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/async_taskgroup_discarding_dontLeak.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-run-simple-swift( -Xfrontend -disable-availability-checking -parse-as-library) | %FileCheck %s --dump-input=always
22
// TODO: move to target-run-simple-leaks-swift once CI is using at least Xcode 14.3
33

4+
// rdar://109998145 - Temporarily disable this test
5+
// REQUIRES: rdar109998145
6+
47
// REQUIRES: concurrency
58
// REQUIRES: executable_test
69
// REQUIRES: concurrency_runtime

0 commit comments

Comments
 (0)