From 2ef94e8a1fa8119cdf64896853b7988b5c26dc39 Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Tue, 26 Mar 2024 00:29:30 -0700 Subject: [PATCH] remove line --- .../github/azure-pipelines/templates/win-web-multi-browsers.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/win-web-multi-browsers.yml b/tools/ci_build/github/azure-pipelines/templates/win-web-multi-browsers.yml index 46dad2c1847cb..00109b348e8cb 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-web-multi-browsers.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-web-multi-browsers.yml @@ -82,7 +82,6 @@ jobs: condition: and(succeeded(), eq('$(Agent.Diagnostic)', 'true')) - script: | mkdir $(Agent.TempDirectory)\web\test_multi_browsers\02 - powershell "Get-WmiObject Win32_Process -Filter \"name = 'chrome.exe'\" | Format-List CommandLine" npm test -- suite0 -b=wasm,webgl -e=firefox --wasm.initTimeout=30000 --file-cache --user-data-dir=$(Agent.TempDirectory)\web\test_multi_browsers\02 workingDirectory: '$(Build.SourcesDirectory)\js\web' displayName: 'npm test (Suite0, Firefox)'