From c2f19625c7e7181da4f530f36b2eb81324d7fe26 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Wed, 1 Oct 2025 11:54:54 -0700 Subject: [PATCH] [reference-bindings] Disable a test when we backdeploy. This is an experimental feature that is not being actively worked on. Disable the test when we backwards deploy for now to fix the bots. I am not deleting the test since it seems to be working on the main bots and it makes sense to at least keep that going to prevent further breakage. rdar://159026031 --- test/Interpreter/reference_bindings.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Interpreter/reference_bindings.swift b/test/Interpreter/reference_bindings.swift index 170bf220d4e26..a3e0e82b5f4d8 100644 --- a/test/Interpreter/reference_bindings.swift +++ b/test/Interpreter/reference_bindings.swift @@ -2,6 +2,7 @@ // REQUIRES: executable_test // REQUIRES: swift_feature_ReferenceBindings +// UNSUPPORTED: back_deployment_runtime import StdlibUnittest