From 1a159d250448d698a8dd2ab07e7d5a7fdfc02817 Mon Sep 17 00:00:00 2001 From: Christoph Kerschbaumer Date: Fri, 16 Feb 2018 11:37:24 +0100 Subject: [PATCH] Bug 1432358: Disable test_ext_contentscript_triggeringPrincipal on win debug for timeout failures. r=aryx --- toolkit/components/extensions/test/xpcshell/xpcshell-content.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/components/extensions/test/xpcshell/xpcshell-content.ini b/toolkit/components/extensions/test/xpcshell/xpcshell-content.ini index e85177e1d525..4e56f5985920 100644 --- a/toolkit/components/extensions/test/xpcshell/xpcshell-content.ini +++ b/toolkit/components/extensions/test/xpcshell/xpcshell-content.ini @@ -5,6 +5,7 @@ skip-if = os == "android" || (os == "win" && debug) || (os == "linux") [test_ext_contentscript_scriptCreated.js] skip-if = debug # Bug 1407501 [test_ext_contentscript_triggeringPrincipal.js] +skip-if = (os == "win" && debug) # Bug 1438796 skip-if = os == "android" && debug [test_ext_contentscript_xrays.js] [test_ext_contentScripts_register.js]