Skip to content

Commit 41d370a

Browse files
committed
windows: disable LLDB tests to migrate to the experimental SDK
This should allow us to build the experimental SDK on Windows in CI.
1 parent 9341f36 commit 41d370a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ set TMPDIR=%BuildRoot%\tmp
6262
set NINJA_STATUS=[%%f/%%t][%%p][%%es]
6363

6464
:: Build the -Test argument, if any, by subtracting skipped tests
65-
set TestArg=-Test lld,lldb,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,
65+
set TestArg=-Test lld,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,
6666
for %%I in (%SKIP_TESTS%) do (call set TestArg=%%TestArg:%%I,=%%)
6767
if "%TestArg:~-1%"=="," (set TestArg=%TestArg:~0,-1%) else (set TestArg= )
6868

0 commit comments

Comments
 (0)