Bug 1430977 - Disable browser_625016.js on Win-debug. r=aryx

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Narcis Beleuzu 2019-10-09 10:34:22 +00:00
parent 89ee604716
commit 4c4528501d

View File

@ -253,7 +253,7 @@ skip-if = true
# Disabled on OS X:
[browser_625016.js]
skip-if = os == "mac" || (os == "linux" && debug) || (os == "linux" && asan && bits == 64) # linux, Bug 1348583 # Bug 1430977
skip-if = os == "mac" || (os == "linux" && debug) || (os == "linux" && asan && bits == 64) || (os == 'win' && debug) # linux, Bug 1348583 # Bug 1430977
[browser_906076_lazy_tabs.js]
[browser_911547.js]