From b66ea3d7c7d7158ccbe5a158cb7d7d0cf8f59803 Mon Sep 17 00:00:00 2001 From: Mihai Alexandru Michis Date: Mon, 8 Jul 2019 13:44:44 +0000 Subject: [PATCH] Bug 1516298 - Disable test_group_touchevents.html for frequent failures on android r=jmaher Differential Revision: https://phabricator.services.mozilla.com/D37252 --HG-- extra : moz-landing-system : lando --- gfx/layers/apz/test/mochitest/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/layers/apz/test/mochitest/mochitest.ini b/gfx/layers/apz/test/mochitest/mochitest.ini index 8cc7c26f89ab..2805ea7fddde 100644 --- a/gfx/layers/apz/test/mochitest/mochitest.ini +++ b/gfx/layers/apz/test/mochitest/mochitest.ini @@ -26,7 +26,7 @@ [test_group_pointerevents.html] skip-if = (os == 'win' && os_version == '10.0') || (toolkit == 'android' && !is_fennec) # Bug 1404836, 1525959 [test_group_touchevents.html] - skip-if = (verify && debug && (os == 'win')) + skip-if = (verify && debug && (os == 'win')) || (os == 'android') # Bug 1516298 [test_group_touchevents-2.html] skip-if = (verify && debug && (os == 'win')) [test_group_touchevents-3.html]