diff --git a/test/IRGen/marker_protocol_backdeploy.swift b/test/IRGen/marker_protocol_backdeploy.swift index b040f280c07..2e7f623dadf 100644 --- a/test/IRGen/marker_protocol_backdeploy.swift +++ b/test/IRGen/marker_protocol_backdeploy.swift @@ -9,6 +9,9 @@ // REQUIRES: PTRSIZE=64 // REQUIRES: OS=macosx +// Temporarily disable on arm (rdar://89910199) +// UNSUPPORTED: CPU=arm64, CPU=arm64e + @_marker public protocol P { } public protocol Q: P { } protocol R { }