зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1744778 - disable browser_aboutdebugging_addons_debug_popup.js on Win10_2004 64 bits for frequent failures. r=intermittent-reviewers,MasterWayZ DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D137037
This commit is contained in:
Родитель
76e5c154b8
Коммит
c1beee2e91
|
@ -39,7 +39,9 @@ tags = webextensions
|
|||
[browser_aboutdebugging_addons_debug_nobg.js]
|
||||
tags = webextensions
|
||||
[browser_aboutdebugging_addons_debug_popup.js]
|
||||
skip-if = (verify && debug) || (debug && os == "linux" && bits == 64) # verify: crashes on shutdown, timeouts linux debug Bug 1299001
|
||||
skip-if =
|
||||
(verify && debug) || (debug && os == "linux" && bits == 64) # verify: crashes on shutdown, timeouts linux debug Bug 1299001
|
||||
win10_2004 && bits == 64 && !debug # Bug 1744778
|
||||
tags = webextensions
|
||||
[browser_aboutdebugging_addons_debug_reload.js]
|
||||
tags = webextensions
|
||||
|
|
Загрузка…
Ссылка в новой задаче