From 770d052ab2ea108ba1f667ecd89538d81af5f9ec Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Fri, 30 Nov 2018 01:11:21 -0800 Subject: [PATCH] Disable test until SR-9384 is evaluated/fixed. --- test-static-stdlib/test-static-stdlib.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-static-stdlib/test-static-stdlib.test b/test-static-stdlib/test-static-stdlib.test index d66d65c..163aeda 100644 --- a/test-static-stdlib/test-static-stdlib.test +++ b/test-static-stdlib/test-static-stdlib.test @@ -1,4 +1,6 @@ +REQUIRES: SR9384 + RUN: rm -rf %t RUN: mkdir -p %t RUN: %{swiftc} -static-stdlib %S/main.swift -o %t/main