We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d1829 commit d28e6ceCopy full SHA for d28e6ce
eng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml
@@ -41,15 +41,14 @@ jobs:
41
alwaysRun: true
42
43
# Wasm Debugger tests - firefox
44
- # - disabled from rolling builds
45
- #- template: /eng/pipelines/common/templates/wasm-debugger-tests.yml
46
- #parameters:
47
- #platforms:
48
- #- browser_wasm_firefox
49
- #browser: firefox
+ - template: /eng/pipelines/common/templates/wasm-debugger-tests.yml
+ parameters:
+ platforms:
+ - browser_wasm_firefox
+ browser: firefox
50
## ff tests are unstable currently
51
- #shouldContinueOnError: true
52
- #alwaysRun: true
+ shouldContinueOnError: true
+ alwaysRun: true
53
54
# Disabled for now
55
#- template: /eng/pipelines/coreclr/perf-wasm-jobs.yml
0 commit comments