From cdb4935a3586675ca587c8c63be6044a3d1099d1 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Wed, 28 Sep 2022 10:59:18 -0400 Subject: [PATCH] [wasm] Disable firefox CI job on 7.0 branch, since the tests are known to be broken --- eng/pipelines/runtime-extra-platforms-wasm.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/eng/pipelines/runtime-extra-platforms-wasm.yml b/eng/pipelines/runtime-extra-platforms-wasm.yml index 70e862197fe351..b41a679e45c9a0 100644 --- a/eng/pipelines/runtime-extra-platforms-wasm.yml +++ b/eng/pipelines/runtime-extra-platforms-wasm.yml @@ -168,14 +168,15 @@ jobs: - Browser_wasm alwaysRun: ${{ parameters.isWasmOnlyBuild }} - - template: /eng/pipelines/common/templates/wasm-debugger-tests.yml - parameters: - platforms: - - Browser_wasm_firefox - browser: firefox - alwaysRun: ${{ parameters.isWasmOnlyBuild }} - # ff tests are unstable currently - shouldContinueOnError: true + # Known to be unstable so disabled for 7.0 on PRs + #- template: /eng/pipelines/common/templates/wasm-debugger-tests.yml + #parameters: + #platforms: + #- Browser_wasm_firefox + #browser: firefox + #alwaysRun: ${{ parameters.isWasmOnlyBuild }} + ## ff tests are unstable currently + #shouldContinueOnError: true # Disable for now #- template: /eng/pipelines/coreclr/perf-wasm-jobs.yml