diff options
author | Rob Mensching <rob@firegiant.com> | 2022-01-03 20:49:02 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-01-03 21:28:32 -0800 |
commit | e172f757d7fc97e55198b07605b45aa8ab786490 (patch) | |
tree | 68e18313149fe97c3d00317d1bf2230ac8ae823b | |
parent | ed3b31d4120febbfe51146c138d145e826926b39 (diff) | |
download | wix-e172f757d7fc97e55198b07605b45aa8ab786490.tar.gz wix-e172f757d7fc97e55198b07605b45aa8ab786490.tar.bz2 wix-e172f757d7fc97e55198b07605b45aa8ab786490.zip |
Disable Burn integration test parallel build
This seems to sometimes cause build failures in the CI system so
we'll go slower for a higher success rate.
-rw-r--r-- | src/test/burn/test_burn.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/test_burn.cmd b/src/test/burn/test_burn.cmd index 72361e71..f8153a2e 100644 --- a/src/test/burn/test_burn.cmd +++ b/src/test/burn/test_burn.cmd | |||
@@ -11,7 +11,7 @@ | |||
11 | 11 | ||
12 | @echo Burn integration tests %_C% | 12 | @echo Burn integration tests %_C% |
13 | 13 | ||
14 | msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror -m -bl:%_L%\test_burn_build.binlog || exit /b | 14 | msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror -bl:%_L%\test_burn_build.binlog || exit /b |
15 | msbuild -t:Build -Restore TestData\TestData.proj -p:Configuration=%_C% -m -bl:%_L%\test_burn_data_build.binlog || exit /b | 15 | msbuild -t:Build -Restore TestData\TestData.proj -p:Configuration=%_C% -m -bl:%_L%\test_burn_data_build.binlog || exit /b |
16 | 16 | ||
17 | @if not "%RuntimeTestsEnabled%"=="true" goto :LExit | 17 | @if not "%RuntimeTestsEnabled%"=="true" goto :LExit |