From 1f614abb7c9fbebb1073bc8c4c22a040e642dda7 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Fri, 14 Feb 2014 12:24:54 -0500 Subject: [PATCH] Bug 972927 - Disable dom/apps tests on B2G due to being nearly perma-fail. --- testing/mochitest/b2g-debug.json | 1 + testing/mochitest/b2g.json | 1 + 2 files changed, 2 insertions(+) diff --git a/testing/mochitest/b2g-debug.json b/testing/mochitest/b2g-debug.json index 37c24a175a5..c6c429f2af7 100644 --- a/testing/mochitest/b2g-debug.json +++ b/testing/mochitest/b2g-debug.json @@ -11,6 +11,7 @@ "excludetests": { "content/xul":"tests that use xul", "layout/xul" : "", + "dom/apps":"bug 972927, nearly perma-fail", "dom/datastore/tests/test_changes.html":"intermittent failures, bug 961021", "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 b21f7b42729..e6e6dcd28e7 100644 --- a/testing/mochitest/b2g.json +++ b/testing/mochitest/b2g.json @@ -11,6 +11,7 @@ "excludetests": { "content/xul":"tests that use xul", "layout/xul" : "", + "dom/apps":"bug 972927, nearly perma-fail", "dom/tests/mochitest/general/test_focusrings.xul":"", "layout/base/tests/test_bug465448.xul":"",