Commit 4c452850 authored by Narcis Beleuzu's avatar Narcis Beleuzu
Browse files

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
parent 89ee6047
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]