From a6b19eaffd6931e7896fb8d20ad67feaaf72fabc Mon Sep 17 00:00:00 2001 From: Andreea Pavel Date: Mon, 25 Nov 2019 01:10:36 +0000 Subject: [PATCH] Bug 1594390 - update disabling condition to include all win r=jmaher Differential Revision: https://phabricator.services.mozilla.com/D54428 --HG-- extra : moz-landing-system : lando --- docshell/test/navigation/browser.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docshell/test/navigation/browser.ini b/docshell/test/navigation/browser.ini index a7ad86c243c5..c198b1a6a454 100644 --- a/docshell/test/navigation/browser.ini +++ b/docshell/test/navigation/browser.ini @@ -8,7 +8,7 @@ support-files = bug343515_pg3_2.html [browser_test_bfcache_eviction.js] -skip-if = debug && (os == "mac" || os == "linux" || (os == "win" && webrender)) #Bug 1594390 +skip-if = debug && (os == "mac" || os == "linux") || (os == "win") #Bug 1594390 [browser_bug343515.js] [browser_test-content-chromeflags.js] tags = openwindow