diff --git a/test/Concurrency/Runtime/async_taskgroup_discarding_dontLeak.swift b/test/Concurrency/Runtime/async_taskgroup_discarding_dontLeak.swift index a72a8376ba340..253f8934669d2 100644 --- a/test/Concurrency/Runtime/async_taskgroup_discarding_dontLeak.swift +++ b/test/Concurrency/Runtime/async_taskgroup_discarding_dontLeak.swift @@ -1,6 +1,9 @@ // RUN: %target-run-simple-swift( -Xfrontend -disable-availability-checking -parse-as-library) | %FileCheck %s --dump-input=always // TODO: move to target-run-simple-leaks-swift once CI is using at least Xcode 14.3 +// rdar://109998145 - Temporarily disable this test +// REQUIRES: rdar109998145 + // REQUIRES: concurrency // REQUIRES: executable_test // REQUIRES: concurrency_runtime