mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1784757
- Disable browser_test_group_fission.js on mac and windows !debug for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D193209
This commit is contained in:
parent
7f1ec478c2
commit
7eab046601
@ -29,6 +29,8 @@ support-files = ["helper_content_response_timeout.html"]
|
||||
skip-if = [
|
||||
"os == 'win' && bits == 32", # intermittent failures on win7/32, still run on win11/32
|
||||
"os == 'linux' && bits == 64", # Bug 1773830
|
||||
"os == 'mac' && !debug", # Bug 1784757
|
||||
"win11_2009 && !debuug", # Bug 1784757
|
||||
]
|
||||
support-files = [
|
||||
"FissionTestHelperParent.sys.mjs",
|
||||
|
Loading…
Reference in New Issue
Block a user