Skip to content

Commit

Permalink
Bug 1824457 - [devtools] Fix devtools try preset to start browser moc…
Browse files Browse the repository at this point in the history
…hitests on windows r=devtools-reviewers,nchevobbe

Differential Revision: https://phabricator.services.mozilla.com/D173574
  • Loading branch information
juliandescottes committed Mar 27, 2023
1 parent 260d7d0 commit d48a2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tryselect/try_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ devtools:
- "'node-debugger | 'node-devtools"
- "'mozlint-eslint"
# Windows: skip jobs on asan and 32 bits platforms
- "'mochitest-devtools-chrome | 'mochitest-chrome-1proc 'windows10 !asan !-32"
- "'mochitest-devtools-chrome | 'mochitest-chrome-1proc 'windows !asan !-32"
# macos: no extra platform to filter out
- "'mochitest-devtools-chrome | 'mochitest-chrome-1proc 'macosx"
# Linux is being named "linux1804" and may change over time, so use a more flexible search
Expand Down

0 comments on commit d48a2d5

Please sign in to comment.