Bug 865642 - Disable more tests on Android.

This commit is contained in:
Ryan VanderMeulen 2013-05-02 23:59:31 -04:00
Родитель bfcd7ba173
Коммит fbab08d93b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,6 @@ MOCHITEST_FILES := \
test_decodeAudioData.html \ test_decodeAudioData.html \
test_dynamicsCompressorNode.html \ test_dynamicsCompressorNode.html \
test_pannerNode.html \ test_pannerNode.html \
test_scriptProcessorNodeChannelCount.html \
test_singleSourceDest.html \ test_singleSourceDest.html \
ting.ogg \ ting.ogg \
ting-expected.wav \ ting-expected.wav \
@ -64,6 +63,7 @@ MOCHITEST_FILES += \
test_gainNode.html \ test_gainNode.html \
test_mixingRules.html \ test_mixingRules.html \
test_scriptProcessorNode.html \ test_scriptProcessorNode.html \
test_scriptProcessorNodeChannelCount.html \
$(NULL) $(NULL)
endif endif