Bug 1544828 - disabled browser_aboutdebugging_devtoolstoolbox_reload.js on Linux debug for frequent failures. r=jmaher

Differential Revision: https://phabricator.services.mozilla.com/D38014

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Gurzau Raul 2019-07-15 10:48:58 +00:00
parent 51edf4810f
commit 9015aafda8

View File

@ -64,7 +64,7 @@ skip-if = (os == 'linux' && bits == 32) # ADB start() fails on linux 32, see Bug
[browser_aboutdebugging_devtoolstoolbox_performance.js]
skip-if = os == 'linux' && e10s && (asan || debug) # Same skip-if as old perf panel test suite. Bug 1254821
[browser_aboutdebugging_devtoolstoolbox_reload.js]
skip-if = verify || ccov # test loads the toolbox 2 times for each panel, might timeout or OOM
skip-if = (verify || ccov) || (os == 'linux' && debug) #bug 1544828, test loads the toolbox 2 times for each panel, might timeout or OOM
[browser_aboutdebugging_devtoolstoolbox_shortcuts.js]
skip-if = ccov # Bug 1521349, Bug 1548015
[browser_aboutdebugging_devtoolstoolbox_splitconsole_key.js]