diff --git a/test/Concurrency/Runtime/async_taskgroup_discarding.swift b/test/Concurrency/Runtime/async_taskgroup_discarding.swift index b18e1fca7e9fb..db3f461427512 100644 --- a/test/Concurrency/Runtime/async_taskgroup_discarding.swift +++ b/test/Concurrency/Runtime/async_taskgroup_discarding.swift @@ -4,6 +4,8 @@ // REQUIRES: executable_test // REQUIRES: concurrency_runtime +// REQUIRES: rdar104762037 + // rdar://78109470 // UNSUPPORTED: back_deployment_runtime diff --git a/test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift b/test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift index 81574424fa5bd..609ce9e0470e5 100644 --- a/test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift +++ b/test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift @@ -3,6 +3,8 @@ // REQUIRES: concurrency // REQUIRES: concurrency_runtime +// REQUIRES: rdar104762037 + // UNSUPPORTED: back_deployment_runtime // UNSUPPORTED: OS=linux-gnu diff --git a/test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift b/test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift index 9e12f7f53b8c8..be57eca1023ee 100644 --- a/test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift +++ b/test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift @@ -4,6 +4,8 @@ // REQUIRES: concurrency // REQUIRES: reflection +// REQUIRES: rdar104762037 + // rdar://76038845 // REQUIRES: concurrency_runtime // UNSUPPORTED: back_deployment_runtime