File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -254,13 +254,13 @@ jobs:
254254 VSCODE_REMOTE_SERVER_PATH="$GITHUB_WORKSPACE/vscode-reh-web-linux-${{ matrix.vscode_arch }}" \
255255 ./scripts/test-web-integration.sh --browser chromium
256256
257- - name : Run smoke tests
258- if : matrix.vscode_arch == 'x64'
259- working-directory : ./openvscode-server
260- run : |
261- set -e
262- VSCODE_REMOTE_SERVER_PATH="$GITHUB_WORKSPACE/vscode-reh-web-linux-${{ matrix.vscode_arch }}" \
263- npm run smoketest-no-compile -- --web --tracing --headless --electronArgs="--disable-dev-shm-usage"
257+ # - name: Run smoke tests
258+ # if: matrix.vscode_arch == 'x64'
259+ # working-directory: ./openvscode-server
260+ # run: |
261+ # set -e
262+ # VSCODE_REMOTE_SERVER_PATH="$GITHUB_WORKSPACE/vscode-reh-web-linux-${{ matrix.vscode_arch }}" \
263+ # npm run smoketest-no-compile -- --web --tracing --headless --electronArgs="--disable-dev-shm-usage"
264264
265265 - name : Bundle tarfile
266266 id : bundle_tar
You can’t perform that action at this time.
0 commit comments