mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
Revert "builds - add VSCODE_CONTINUE_ON_TEST_ERRORS"
This reverts commit 95f26d2005.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user