From 940d0205dc0ea2c1459c8bf2f41ee1954a91b4d8 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Fri, 16 Jan 2015 09:59:57 -0500 Subject: [PATCH] Bug 1061675- Disable test_mozaudiochannel.html on Android 2.3 due to frequent failures. --- dom/media/webaudio/test/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/media/webaudio/test/mochitest.ini b/dom/media/webaudio/test/mochitest.ini index 36cd3186dc3..83b47d29d1a 100644 --- a/dom/media/webaudio/test/mochitest.ini +++ b/dom/media/webaudio/test/mochitest.ini @@ -119,7 +119,7 @@ skip-if = toolkit == 'android' # bug 1056706 [test_mixingRules.html] skip-if = android_version == '10' # bug 1091965 [test_mozaudiochannel.html] -skip-if = (toolkit == 'gonk' && !debug) +skip-if = (toolkit == 'gonk' && !debug) || android_version == '10' # Android: bug 1061675 [test_nodeToParamConnection.html] [test_OfflineAudioContext.html] [test_offlineDestinationChannelCountLess.html]