From 029439cade1332935e81f87c5aa2da3d34a13d44 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Fri, 22 May 2015 12:01:52 -0400 Subject: [PATCH] Bug 1164274 - Disable the wheel-scroll test on Mulet for intermittent failures. r=mstange --- gfx/layers/apz/test/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/layers/apz/test/mochitest.ini b/gfx/layers/apz/test/mochitest.ini index 4a7d5088866a..88bc0411dd6e 100644 --- a/gfx/layers/apz/test/mochitest.ini +++ b/gfx/layers/apz/test/mochitest.ini @@ -10,4 +10,4 @@ skip-if = toolkit != 'gonk' # bug 991198 [test_bug1151663.html] skip-if = toolkit != 'gonk' # bug 991198 [test_wheel_scroll.html] -skip-if = (os == 'android') || (os == 'b2g') # wheel events not supported +skip-if = (os == 'android') || (os == 'b2g') || (buildapp == 'mulet') # wheel events not supported on mobile; see bug 1164274 for mulet