Bug 1270731 - Disable browser_browser_toolbox_debugger.js on linux and mac 64 opt for frequent failures r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Coroiu Cristina 2019-08-21 13:09:21 +00:00
parent 9f2b512316
commit 67e4a8611a

View File

@ -63,7 +63,7 @@ prefs =
[browser_browser_toolbox.js]
skip-if = coverage # Bug 1387827
[browser_browser_toolbox_debugger.js]
skip-if = os == 'win' || debug # Bug 1282269, 1448084
skip-if = os == 'win' || debug || (bits == 64 && !debug && (os == 'mac' || os == 'linux')) # Bug 1282269, 1448084, Bug 1270731
[browser_devtools_api.js]
[browser_devtools_api_destroy.js]
[browser_dynamic_tool_enabling.js]