Bug 865642 - Disable test_bug867174.html on Android

This commit is contained in:
Ehsan Akhgari 2013-05-02 12:03:49 -04:00
parent 308f2350b6
commit c4e4934952

View File

@ -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