From 038b1caedccdb0b3772e2a8e4868f793be8d412c Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Tue, 28 Oct 2014 15:08:01 -0400 Subject: [PATCH] Bug 1005846 - Disable test_canvas_focusring.html on Windows debug for frequent intermittent failures. CLOSED TREE --- dom/canvas/test/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/canvas/test/mochitest.ini b/dom/canvas/test/mochitest.ini index 3e6232f76273..650ff38bde92 100644 --- a/dom/canvas/test/mochitest.ini +++ b/dom/canvas/test/mochitest.ini @@ -216,7 +216,7 @@ skip-if = (toolkit == 'gonk' && debug) #bug 1045153 [test_canvas.html] skip-if = (toolkit == 'gonk' && debug) #debug-only crash; bug 933541 [test_canvas_focusring.html] -skip-if = (toolkit == 'gonk' && !debug) #specialpowers.wrap +skip-if = (toolkit == 'gonk' && !debug) || (os == 'win' && debug) #specialpowers.wrap [test_canvas_font_setter.html] [test_canvas_path.html] [test_hitregion_canvas.html]