From 75bac2c366d73d30654b1f947153e2483e239e96 Mon Sep 17 00:00:00 2001 From: Catalin Badea Date: Thu, 1 Oct 2015 00:16:36 -0400 Subject: [PATCH] Bug 1188545 - Fixup: disable test_fetch_cors.html on android debug. a=testonly --- dom/tests/mochitest/fetch/mochitest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/tests/mochitest/fetch/mochitest.ini b/dom/tests/mochitest/fetch/mochitest.ini index c3a47c6abc38..7cc32b1a4141 100644 --- a/dom/tests/mochitest/fetch/mochitest.ini +++ b/dom/tests/mochitest/fetch/mochitest.ini @@ -29,6 +29,7 @@ skip-if = buildapp == 'b2g' # Bug 1137683 [test_fetch_basic_http_sw_reroute.html] skip-if = buildapp == 'b2g' # Bug 1137683 [test_fetch_cors.html] +skip-if = (toolkit == 'android' && debug) # Bug 1210282 [test_fetch_cors_sw_reroute.html] skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) # Bug 1137683 && 1210282 [test_formdataparsing.html]