From 9cddc1c5647dc7e5e49c1f739197628759a03ddb Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Sat, 17 May 2014 13:42:16 +0100 Subject: [PATCH] Disable test for bug 1009529 on b2g desktop, rs=firebot, see bug 1011874 --- dom/base/test/mochitest.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dom/base/test/mochitest.ini b/dom/base/test/mochitest.ini index 058138ea0b85..436ea549465e 100644 --- a/dom/base/test/mochitest.ini +++ b/dom/base/test/mochitest.ini @@ -50,7 +50,10 @@ support-files = [test_navigator_language.html] [test_nondomexception.html] [test_openDialogChromeOnly.html] + [test_open_null_features.html] +skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Fails on b2g-desktop, tracked in bug 1011874 + [test_postMessage_solidus.html] [test_screen_orientation.html] [test_settimeout_extra_arguments.html]