Skip to content

Commit 47f4175

Browse files
authored
Revert "fix smoke tests on linux (microsoft#152232)" (microsoft#152418)
This reverts commit 5f696f9.
1 parent fbf1cf3 commit 47f4175

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

build/azure-pipelines/linux/product-build-linux-client-test.yml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -122,24 +122,23 @@ steps:
122122
timeoutInMinutes: 20
123123
displayName: Run smoke tests (Browser, Chromium)
124124
125-
# TODO enable again after https://github.com/microsoft/vscode/issues/152143 is fixed
126-
# - ${{ if eq(parameters.VSCODE_RUN_SMOKE_TESTS, true) }}:
127-
# - script: |
128-
# set -e
129-
# APP_PATH=$(agent.builddirectory)/VSCode-linux-$(VSCODE_ARCH)
130-
# yarn smoketest-no-compile --tracing --build "$APP_PATH"
131-
# timeoutInMinutes: 20
132-
# displayName: Run smoke tests (Electron)
133-
134-
# - ${{ if eq(parameters.VSCODE_RUN_SMOKE_TESTS, true) }}:
135-
# - script: |
136-
# set -e
137-
# yarn gulp compile-extension:vscode-test-resolver
138-
# APP_PATH=$(agent.builddirectory)/VSCode-linux-$(VSCODE_ARCH)
139-
# VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-reh-linux-$(VSCODE_ARCH)" \
140-
# yarn smoketest-no-compile --tracing --remote --build "$APP_PATH"
141-
# timeoutInMinutes: 20
142-
# displayName: Run smoke tests (Remote)
125+
- ${{ if eq(parameters.VSCODE_RUN_SMOKE_TESTS, true) }}:
126+
- script: |
127+
set -e
128+
APP_PATH=$(agent.builddirectory)/VSCode-linux-$(VSCODE_ARCH)
129+
yarn smoketest-no-compile --tracing --build "$APP_PATH"
130+
timeoutInMinutes: 20
131+
displayName: Run smoke tests (Electron)
132+
133+
- ${{ if eq(parameters.VSCODE_RUN_SMOKE_TESTS, true) }}:
134+
- script: |
135+
set -e
136+
yarn gulp compile-extension:vscode-test-resolver
137+
APP_PATH=$(agent.builddirectory)/VSCode-linux-$(VSCODE_ARCH)
138+
VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-reh-linux-$(VSCODE_ARCH)" \
139+
yarn smoketest-no-compile --tracing --remote --build "$APP_PATH"
140+
timeoutInMinutes: 20
141+
displayName: Run smoke tests (Remote)
143142
144143
- ${{ if eq(parameters.VSCODE_RUN_SMOKE_TESTS, true) }}:
145144
- script: |

0 commit comments

Comments
 (0)