From a933aac63533697aff35fd4a44addb691aaad7fd Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Wed, 31 May 2023 11:01:19 +0100 Subject: [PATCH] [test] Disable async_taskgroup_discarding_dontLeak.swift --- .../Runtime/async_taskgroup_discarding_dontLeak.swift | 3 +++ 1 file changed, 3 insertions(+) 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