From 275a93e3f36f60b018abe227ec2dfcf48b1f92b0 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Fri, 3 May 2013 09:19:58 +0100 Subject: [PATCH] Backed out changeset b342f87552a3 (bug 865642) --- content/media/webaudio/test/Makefile.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/content/media/webaudio/test/Makefile.in b/content/media/webaudio/test/Makefile.in index 521cbaa1f5c..ab8d8e38ab8 100644 --- a/content/media/webaudio/test/Makefile.in +++ b/content/media/webaudio/test/Makefile.in @@ -20,6 +20,7 @@ MOCHITEST_FILES := \ test_bug866570.html \ test_bug866737.html \ test_bug867089.html \ + test_bug867174.html \ test_analyserNode.html \ test_AudioBuffer.html \ test_AudioContext.html \ @@ -60,11 +61,4 @@ 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