Bug 867980 - Disable test on Android due to frequent timeouts.

This commit is contained in:
Ryan VanderMeulen 2013-05-02 21:25:38 -04:00
parent 67bdfbb473
commit 43b2d21d1b

View File

@ -37,7 +37,6 @@ MOCHITEST_FILES := \
test_biquadFilterNode.html \
test_decodeAudioData.html \
test_dynamicsCompressorNode.html \
test_mixingRules.html \
test_pannerNode.html \
test_scriptProcessorNodeChannelCount.html \
test_singleSourceDest.html \
@ -55,7 +54,7 @@ MOCHITEST_FILES := \
audio-expected.wav \
$(NULL)
# Disable this test on Android because it fails intermittently (bug 865642)
# Disable these tests on Android due to frequent timeouts
ifneq ($(OS_TARGET),Android)
MOCHITEST_FILES += \
test_bug867174.html \
@ -63,6 +62,7 @@ MOCHITEST_FILES += \
test_delayNode.html \
test_delayNodeWithGain.html \
test_gainNode.html \
test_mixingRules.html \
test_scriptProcessorNode.html \
$(NULL)
endif