diff --git a/test/Concurrency/Runtime/executor_deinit1.swift b/test/Concurrency/Runtime/executor_deinit1.swift index a5abf8e9abf08..6d64b839832a5 100644 --- a/test/Concurrency/Runtime/executor_deinit1.swift +++ b/test/Concurrency/Runtime/executor_deinit1.swift @@ -15,6 +15,8 @@ // rdar://78193017 // UNSUPPORTED: CPU=x86_64 && OS=tvos +// REQUIRES: rdar78325660 + // doesn't matter that it's bool identity function or not func boolIdentityFn(_ x : Bool) -> Bool { return x }