From f21fe0f17074b957ed2c4049a790d36fcf49d5aa Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Tue, 30 Apr 2019 19:25:35 +0000 Subject: [PATCH] Bug 1532097 - Skip test_fetch_basic_http_sw_empty_reroute.html on geckoview for frequent intermittent failures; r=jmaher Differential Revision: https://phabricator.services.mozilla.com/D28747 --HG-- extra : moz-landing-system : lando --- 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 8e81d32d6fef..ed1c1d27244c 100644 --- a/dom/tests/mochitest/fetch/mochitest.ini +++ b/dom/tests/mochitest/fetch/mochitest.ini @@ -60,6 +60,7 @@ skip-if = toolkit == 'android' && !is_fennec # Bug 1525959, 1427396 [test_fetch_basic_http_sw_reroute.html] skip-if = toolkit == 'android' && !is_fennec # Bug 1532023, 1427396 [test_fetch_basic_http_sw_empty_reroute.html] +skip-if = toolkit == 'android' && !is_fennec # Bug 1532097 [test_fetch_cached_redirect.html] [test_fetch_cors.html] skip-if = toolkit == 'android' # Bug 1210282