Skip to content

Commit a71aa13

Browse files
committed
[5.2] Disable test-sourcekit-lsp on Linux
We get sporadic failures due to incomplete output. They are fixed on sourcekit-lsp master, but we the fix is not in 5.2 branch. Disable the test on Linux for now to workaround. rdar://60159448
1 parent 11f0f6e commit a71aa13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test-sourcekit-lsp/test-sourcekit-lsp.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
# REQUIRES: have-sourcekit-lsp
55

6+
# Disabled on Linux on swift-5.2-branch due to sporadic failures that were fixed
7+
# on master in sourcekit-lsp fae2fe85a7b40.
8+
# REQUIRES: platform=Darwin
9+
610
# Make a sandbox dir.
711
# RUN: rm -rf %t.dir
812
# RUN: mkdir -p %t.dir

0 commit comments

Comments
 (0)