mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1775881 - Disable browser_errorpage.js on mac/win/linux for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D216510
This commit is contained in:
parent
93cefb2dde
commit
2bea4ecc0b
@ -2,7 +2,13 @@
|
||||
support-files = ["head.js"]
|
||||
|
||||
["browser_errorpage.js"]
|
||||
skip-if = ["os == 'linux' && asan && !debug"] # Bug 1658616
|
||||
skip-if = [
|
||||
"os == 'linux' && asan", # Bug 1658616
|
||||
"os == 'linux' && !debug", # Bug 1775881
|
||||
"os == 'win' && os_version == '11.2009' && debug", # Bug 1775881
|
||||
"os == 'win' && os_version == '11.2009' && asan", # Bug 1775881
|
||||
"apple_catalina && debug", # Bug 1775881
|
||||
]
|
||||
|
||||
["browser_errorpage_no_timeout.js"]
|
||||
support-files = ["file_errorpage_no_timeout_server.sjs", "file_https_telemetry_hsts.sjs"]
|
||||
|
Loading…
Reference in New Issue
Block a user