From ba845a02f683346bdf4e8acfac42f7a0929b3c80 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Thu, 3 Apr 2025 15:13:36 +0100 Subject: [PATCH] Engineering - fix check for running browser smoke tests (#245460) --- build/azure-pipelines/linux/product-build-linux-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/azure-pipelines/linux/product-build-linux-test.yml b/build/azure-pipelines/linux/product-build-linux-test.yml index 4c97c882acc..fd272009b23 100644 --- a/build/azure-pipelines/linux/product-build-linux-test.yml +++ b/build/azure-pipelines/linux/product-build-linux-test.yml @@ -167,6 +167,7 @@ steps: timeoutInMinutes: 20 displayName: Run smoke tests (Electron) + - ${{ if eq(parameters.VSCODE_RUN_BROWSER_TESTS, true) }}: - script: npm run smoketest-no-compile -- --web --tracing --headless timeoutInMinutes: 20 displayName: Run smoke tests (Browser, Chromium) @@ -182,6 +183,7 @@ steps: timeoutInMinutes: 20 displayName: Run smoke tests (Electron) + - ${{ if eq(parameters.VSCODE_RUN_BROWSER_TESTS, true) }}: - script: npm run smoketest-no-compile -- --web --tracing --headless env: VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-linux-$(VSCODE_ARCH)-web