Skip to content

Commit

Permalink
[wasm] Disable firefox CI job on 7.0 branch, since the tests are know…
Browse files Browse the repository at this point in the history
…n to be broken (#76308)
  • Loading branch information
radical authored Sep 28, 2022
1 parent c8fe6c5 commit 8546704
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions eng/pipelines/runtime-extra-platforms-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8546704

Please sign in to comment.