Skip to content

Commit fd359d7

Browse files
authored
Merge pull request #42001 from ahoppen/pr/disable-sourcekit-lsp-tests-swiftpm-linux
[build-presets] Disabled SourceKit-LSP tests for all SwiftPM Linux jobs
2 parents 3126396 + 7514273 commit fd359d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/build-presets.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,9 @@ skip-test-foundation
16861686
skip-test-libdispatch
16871687
skip-test-xctest
16881688

1689+
# SourceKit-LSP tests are flaky on Linux, disable them until we have fixed the root cause - rdar://90437872
1690+
skip-test-sourcekit-lsp
1691+
16891692
# Builds enough of the the toolchain to build a swift pacakge on macOS.
16901693
[preset: mixin_swiftpm_package_macos_platform]
16911694
mixin-preset=mixin_swiftpm_macos_platform
@@ -1707,8 +1710,6 @@ mixin-preset=mixin_swiftpm_linux_platform
17071710

17081711
skip-test-llbuild
17091712
skip-test-swiftpm
1710-
# SourceKit-LSP tests are flaky on Linux, disable them until we have fixed the root cause - rdar://90437872
1711-
skip-test-sourcekit-lsp
17121713

17131714

17141715
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)