Skip to content

Commit d28e6ce

Browse files
authored
[wasm][debugger] Enabling firefox debugger tests on CI rolling builds (#81511)
1 parent b6d1829 commit d28e6ce

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

eng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,14 @@ jobs:
4141
alwaysRun: true
4242

4343
# 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
44+
- template: /eng/pipelines/common/templates/wasm-debugger-tests.yml
45+
parameters:
46+
platforms:
47+
- browser_wasm_firefox
48+
browser: firefox
5049
## ff tests are unstable currently
51-
#shouldContinueOnError: true
52-
#alwaysRun: true
50+
shouldContinueOnError: true
51+
alwaysRun: true
5352

5453
# Disabled for now
5554
#- template: /eng/pipelines/coreclr/perf-wasm-jobs.yml

0 commit comments

Comments
 (0)