From 9a33429fcece3059aa6579de6e994adec545ad5e Mon Sep 17 00:00:00 2001 From: Ben Barham Date: Wed, 20 Mar 2024 21:10:11 -0700 Subject: [PATCH] Temporarily disable failing SourceKit LSP test This is blocking PR testing, disable while we investigate. --- test-sourcekit-lsp/test-sourcekit-lsp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-sourcekit-lsp/test-sourcekit-lsp.py b/test-sourcekit-lsp/test-sourcekit-lsp.py index 76d7636..f4539af 100644 --- a/test-sourcekit-lsp/test-sourcekit-lsp.py +++ b/test-sourcekit-lsp/test-sourcekit-lsp.py @@ -2,6 +2,8 @@ # language services. # REQUIRES: have-sourcekit-lsp +# rdar://125139888 +# REQUIRES: platform=Darwin # Make a sandbox dir. # RUN: rm -rf %t.dir