@@ -122,24 +122,23 @@ steps:
122
122
timeoutInMinutes: 20
123
123
displayName: Run smoke tests (Browser, Chromium)
124
124
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)
143
142
144
143
- ${{ if eq(parameters.VSCODE_RUN_SMOKE_TESTS, true) }} :
145
144
- script : |
0 commit comments