зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1767716 - Disable browser_dbg-windowless-service-workers-reload.js on linux and windows opt for frequent failures. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D195518
This commit is contained in:
Родитель
0917a1636c
Коммит
829b029552
|
@ -304,7 +304,11 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
|
|||
skip-if = ["true"] # Bug 1814093
|
||||
|
||||
["browser_dbg-windowless-service-workers-reload.js"]
|
||||
skip-if = ["!serviceworker_e10s"] # parent intercept mode required.
|
||||
skip-if = [
|
||||
"!serviceworker_e10s", # parent intercept mode required.
|
||||
"os == 'linux'", # Bug 1767716
|
||||
"win11_2009 && !debug", # Bug 1767716
|
||||
]
|
||||
|
||||
["browser_dbg-windowless-service-workers.js"]
|
||||
skip-if = [
|
||||
|
|
Загрузка…
Ссылка в новой задаче