From 1cbc9fc56997023f329eb797ee023b344a4e411e Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Wed, 1 Feb 2017 13:40:55 -0700 Subject: [PATCH] Bug 1330553 - Skip test_fullscreen-api.html on linux-e10s for frequent timeouts; r=me,a=test-only --- dom/html/test/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/html/test/mochitest.ini b/dom/html/test/mochitest.ini index 0c29597a9487..3e674362c041 100644 --- a/dom/html/test/mochitest.ini +++ b/dom/html/test/mochitest.ini @@ -441,7 +441,7 @@ skip-if = toolkit == 'android' [test_formelements.html] [test_fullscreen-api.html] tags = fullscreen -skip-if = toolkit == 'android' +skip-if = toolkit == 'android' || (e10s && os == 'linux') # Bug 1307347 support-files = file_fullscreen-api.html file_fullscreen-backdrop.html