Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[wasm] Disable firefox CI job on 7.0 branch, since the tests are know…
…n to be broken
  • Loading branch information
radical committed Sep 28, 2022
commit cdb4935a3586675ca587c8c63be6044a3d1099d1
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