diff --git a/validation-test/SILOptimizer/large_string_array.swift.gyb b/validation-test/SILOptimizer/large_string_array.swift.gyb index 24e24373d9e0f..5e397dc8ec248 100644 --- a/validation-test/SILOptimizer/large_string_array.swift.gyb +++ b/validation-test/SILOptimizer/large_string_array.swift.gyb @@ -4,6 +4,8 @@ // https://github.com/apple/swift/issues/56816 // UNSUPPORTED: OS=linux-gnu +// REQUIRES: rdar162433770 + // The compiler should finish in less than 1 minute. To give some slack, // specify a timeout of 5 minutes. // If the compiler needs more than 5 minutes, there is probably a real problem.