From 604b31fbabd9e370cb638c6dc371055a7f4e4bec Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Thu, 30 Sep 2021 15:23:51 -0700 Subject: [PATCH] Disable sk-stress-test (83727870) --- sk-stress-test.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sk-stress-test.txt b/sk-stress-test.txt index f750103..4541dfc 100644 --- a/sk-stress-test.txt +++ b/sk-stress-test.txt @@ -1,6 +1,7 @@ // Trivial test for the SourceKit stress tester and compiler wrapper. // // REQUIRES: platform=Darwin +// REQUIRES: rdar83727870 // // RUN: rm -rf %t.dir // RUN: mkdir -p %t.dir @@ -17,4 +18,4 @@ func foo() { print("hello") -} \ No newline at end of file +}