From 3581e03a189e41cbb052547f13ab859c46ae79a9 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Tue, 4 Mar 2014 13:38:18 -0500 Subject: [PATCH] Bug 979446 - Disable dom/downloads tests on B2G for frequent timeouts. --- testing/mochitest/b2g-debug.json | 1 + testing/mochitest/b2g-desktop.json | 1 + testing/mochitest/b2g.json | 1 + 3 files changed, 3 insertions(+) diff --git a/testing/mochitest/b2g-debug.json b/testing/mochitest/b2g-debug.json index 96425d7033d..960756347eb 100644 --- a/testing/mochitest/b2g-debug.json +++ b/testing/mochitest/b2g-debug.json @@ -14,6 +14,7 @@ "dom/apps":"bug 972927, nearly perma-fail", "dom/datastore":"bug 974270, frequent failures", "dom/datastore/tests/test_changes.html":"intermittent failures, bug 961021", + "dom/downloads":"bug 979446, frequent failures", "dom/tests/mochitest/general/test_focusrings.xul":"", "layout/base/tests/test_bug465448.xul":"", diff --git a/testing/mochitest/b2g-desktop.json b/testing/mochitest/b2g-desktop.json index c95269bf31f..3986caff386 100644 --- a/testing/mochitest/b2g-desktop.json +++ b/testing/mochitest/b2g-desktop.json @@ -12,6 +12,7 @@ "b2g/chrome/content/test/mochitest": "require OOP support for mochitest-b2g-desktop, Bug 957554", "content/xul":"tests that use xul", "layout/xul" : "", + "dom/downloads":"bug 979446, frequent failures", "dom/plugins": "tests that use plugins", "dom/tests/mochitest/general/test_focusrings.xul":"", "layout/base/tests/test_bug465448.xul":"", diff --git a/testing/mochitest/b2g.json b/testing/mochitest/b2g.json index 1b85ccb7c28..eff3151b1ca 100644 --- a/testing/mochitest/b2g.json +++ b/testing/mochitest/b2g.json @@ -13,6 +13,7 @@ "layout/xul" : "", "dom/apps":"bug 972927, nearly perma-fail", "dom/datastore":"bug 974270, frequent failures", + "dom/downloads":"bug 979446, frequent failures", "dom/tests/mochitest/general/test_focusrings.xul":"", "layout/base/tests/test_bug465448.xul":"",