Skip to content

Commit aae37cc

Browse files
committed
[build-presets] Disable SourceKit-LSP tests on Linux
1 parent b04ba4b commit aae37cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

utils/build-presets.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,8 @@ foundation
873873
libdispatch
874874
indexstore-db
875875
sourcekit-lsp
876+
# SourceKit-LSP tests are flaky on Linux due to rdar://92260631
877+
skip-test-sourcekit-lsp
876878
swiftdocc
877879
lit-args=-v --time-tests
878880

@@ -1108,6 +1110,8 @@ swiftsyntax
11081110
swiftsyntax-verify-generated-files
11091111
indexstore-db
11101112
sourcekit-lsp
1113+
# SourceKit-LSP tests are flaky on Linux due to rdar://92260631
1114+
skip-test-sourcekit-lsp
11111115
install-llvm
11121116
install-swift
11131117
install-llbuild
@@ -1676,6 +1680,9 @@ skip-test-foundation
16761680
skip-test-libdispatch
16771681
skip-test-xctest
16781682

1683+
# SourceKit-LSP tests are flaky on Linux due to rdar://92260631
1684+
skip-test-sourcekit-lsp
1685+
16791686
# Builds enough of the the toolchain to build a swift pacakge on macOS.
16801687
[preset: mixin_swiftpm_package_macos_platform]
16811688
mixin-preset=mixin_swiftpm_macos_platform

0 commit comments

Comments
 (0)