We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9d0397 + 9541dc1 commit 8b82cc6Copy full SHA for 8b82cc6
test/Concurrency/Runtime/async_taskgroup_discarding.swift
@@ -1,6 +1,9 @@
1
// RUN: %target-run-simple-swift( -Xfrontend -disable-availability-checking -parse-as-library) | %FileCheck %s
2
// TODO: move to target-run-simple-leaks-swift once CI is using at least Xcode 14.3
3
4
+// rdar://110025115 - Temporarily disable this test
5
+// REQUIRES: rdar110025115
6
+
7
// REQUIRES: concurrency
8
// REQUIRES: executable_test
9
// REQUIRES: concurrency_runtime
0 commit comments