Revert "builds - add VSCODE_CONTINUE_ON_TEST_ERRORS"

This reverts commit 95f26d2005.
This commit is contained in:
Benjamin Pasero
2020-04-20 19:25:34 +02:00
parent 76e760db17
commit c67ef818b8
3 changed files with 2 additions and 17 deletions

View File

@@ -103,14 +103,12 @@ steps:
DISPLAY=:10 ./scripts/test.sh --build --tfs "Unit Tests"
displayName: Run unit tests (Electron)
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
continueOnError: eq(variables['VSCODE_CONTINUE_ON_TEST_ERRORS'], 'true')
- script: |
set -e
DISPLAY=:10 yarn test-browser --build --browser chromium
displayName: Run unit tests (Browser)
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
continueOnError: eq(variables['VSCODE_CONTINUE_ON_TEST_ERRORS'], 'true')
- script: |
# Figure out the full absolute path of the product we just built
@@ -124,7 +122,6 @@ steps:
DISPLAY=:10 ./scripts/test-integration.sh --build --tfs "Integration Tests"
displayName: Run integration tests (Electron)
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
continueOnError: eq(variables['VSCODE_CONTINUE_ON_TEST_ERRORS'], 'true')
- script: |
set -e
@@ -135,7 +132,6 @@ steps:
DISPLAY=:10 ./resources/server/test/test-remote-integration.sh
displayName: Run remote integration tests (Electron)
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
continueOnError: eq(variables['VSCODE_CONTINUE_ON_TEST_ERRORS'], 'true')
- script: |
set -e
@@ -143,7 +139,6 @@ steps:
DISPLAY=:10 ./resources/server/test/test-web-integration.sh --browser chromium
displayName: Run integration tests (Browser)
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
continueOnError: eq(variables['VSCODE_CONTINUE_ON_TEST_ERRORS'], 'true')
- script: |
set -e