diff --git a/eng/pipelines/common/templates/wasm-library-aot-tests.yml b/eng/pipelines/common/templates/wasm-library-aot-tests.yml index 2336f98401515a..6199c4d000cc65 100644 --- a/eng/pipelines/common/templates/wasm-library-aot-tests.yml +++ b/eng/pipelines/common/templates/wasm-library-aot-tests.yml @@ -32,7 +32,7 @@ jobs: shouldContinueOnError: ${{ parameters.shouldContinueOnError }} scenarios: - ${{ if eq(platform, 'browser_wasm') }}: - - WasmTestOnV8 + - WasmTestOnFirefox - ${{ if eq(platform, 'browser_wasm_win') }}: - WasmTestOnChrome - ${{ if or(eq(platform, 'wasi_wasm_win'), eq(platform, 'wasi_wasm')) }}: