From c4e4934952500083b5fe2ad15115919cd8080388 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Thu, 2 May 2013 12:03:49 -0400 Subject: [PATCH] Bug 865642 - Disable test_bug867174.html on Android --- content/media/webaudio/test/Makefile.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/media/webaudio/test/Makefile.in b/content/media/webaudio/test/Makefile.in index ab8d8e38ab8..521cbaa1f5c 100644 --- a/content/media/webaudio/test/Makefile.in +++ b/content/media/webaudio/test/Makefile.in @@ -20,7 +20,6 @@ MOCHITEST_FILES := \ test_bug866570.html \ test_bug866737.html \ test_bug867089.html \ - test_bug867174.html \ test_analyserNode.html \ test_AudioBuffer.html \ test_AudioContext.html \ @@ -61,4 +60,11 @@ MOCHITEST_FILES := \ audio-expected.wav \ $(NULL) +# Disable this test on Android because it fails intermittently (bug 865642) +ifneq ($(OS_TARGET),Android) +MOCHITEST_FILES += \ + test_bug867174.html \ + $(NULL) +endif + include $(topsrcdir)/config/rules.mk