From aebd2b4f261a8b92befecb2e2d74525f1eee2f51 Mon Sep 17 00:00:00 2001 From: Cristian Brindusan Date: Sat, 3 Mar 2018 05:16:00 +0200 Subject: [PATCH] Bug 1391823 - Disable dom/security/test/mixedcontentblocker/test_frameNavigation.html for frequent failures. r=jmaher --- dom/security/test/mixedcontentblocker/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/security/test/mixedcontentblocker/mochitest.ini b/dom/security/test/mixedcontentblocker/mochitest.ini index c2d5569f2624..96dd869e2826 100644 --- a/dom/security/test/mixedcontentblocker/mochitest.ini +++ b/dom/security/test/mixedcontentblocker/mochitest.ini @@ -24,5 +24,5 @@ skip-if = toolkit == 'android' || webrender # Android: TIMED_OUT; webrender: bug [test_bug803225.html] skip-if = toolkit == 'android' || (os=='linux' && bits==32) || headless #Android: TIMED_OUT; Linux32:bug 1324870; Headless:bug 1405870 [test_frameNavigation.html] -skip-if = toolkit == 'android' || webrender # Android: TIMED_OUT; webrender: bug 1424752 +skip-if = (toolkit == 'android') || webrender || (debug && (os == 'linux' || os == 'win')) # Android: TIMED_OUT; webrender: bug 1424752 # Bug 1391823 [test_redirect.html]