Bug 1436287 - Disable high-frequency intermittent failure until the proper fix is in place. r?botond draft
authorKartikaya Gupta <kgupta@mozilla.com>
Tue, 06 Mar 2018 04:33:31 -0500
changeset 763611 cdc9253c7e0babcc43eff287904832fd03184ca7
parent 763557 709eae4e54ffa3f3518745516dd5d27a05255af2
push id101491
push userkgupta@mozilla.com
push dateTue, 06 Mar 2018 09:33:58 +0000
reviewersbotond
bugs1436287
milestone60.0a1
Bug 1436287 - Disable high-frequency intermittent failure until the proper fix is in place. r?botond MozReview-Commit-ID: KMcKyGrvOCi
gfx/layers/apz/test/mochitest/mochitest.ini
--- a/gfx/layers/apz/test/mochitest/mochitest.ini
+++ b/gfx/layers/apz/test/mochitest/mochitest.ini
@@ -79,9 +79,9 @@
   skip-if = (toolkit == 'android') || (toolkit == 'cocoa') # wheel events not supported on mobile, and synthesized wheel smooth-scrolling not supported on OS X
 [test_wheel_scroll.html]
   skip-if = (os == 'android') # wheel events not supported on mobile
 [test_wheel_transactions.html]
   skip-if = (toolkit == 'android') || webrender # wheel events not supported on mobile; bug 1429521 for webrender
 [test_group_overrides.html]
   skip-if = (toolkit == 'android') || webrender # wheel events not supported on mobile; bug 1429521 for webrender
 [test_group_hittest.html]
-  skip-if = (toolkit == 'android') # mouse events not supported on mobile
+  skip-if = (toolkit == 'android') || webrender # mouse events not supported on mobile; re-enable on webrender when bug 1391318 is fixed