Skip to content

Commit 7ce981c

Browse files
author
Benjamin Pasero
authored
windows - run integration tests against firefox (microsoft#90522)
1 parent 3388bf6 commit 7ce981c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/azure-pipelines/win32/product-build-win32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ steps:
145145
- powershell: |
146146
. build/azure-pipelines/win32/exec.ps1
147147
$ErrorActionPreference = "Stop"
148-
exec { $env:VSCODE_REMOTE_SERVER_PATH = "$(agent.builddirectory)\vscode-reh-web-win32-$(VSCODE_ARCH)"; .\resources\server\test\test-web-integration.bat --browser chromium }
148+
exec { $env:VSCODE_REMOTE_SERVER_PATH = "$(agent.builddirectory)\vscode-reh-web-win32-$(VSCODE_ARCH)"; .\resources\server\test\test-web-integration.bat --browser firefox }
149149
displayName: Run integration tests (Browser)
150150
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
151151

0 commit comments

Comments
 (0)