From 0a1b6e375b7283e7f9ce9d02b0fd1a1c510dcf5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Fi=C5=A1era?= Date: Thu, 2 May 2024 19:23:58 +0200 Subject: [PATCH] Don't run smoke AOT tests on Firefox (#101802) --- eng/pipelines/common/templates/wasm-library-aot-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/pipelines/common/templates/wasm-library-aot-tests.yml b/eng/pipelines/common/templates/wasm-library-aot-tests.yml index cbafd9c6b35531..2336f98401515a 100644 --- a/eng/pipelines/common/templates/wasm-library-aot-tests.yml +++ b/eng/pipelines/common/templates/wasm-library-aot-tests.yml @@ -35,6 +35,5 @@ jobs: - WasmTestOnV8 - ${{ if eq(platform, 'browser_wasm_win') }}: - WasmTestOnChrome - - WasmTestOnFirefox - ${{ if or(eq(platform, 'wasi_wasm_win'), eq(platform, 'wasi_wasm')) }}: - WasmTestOnWasmtime