mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 867980 - Disable test on Android due to frequent timeouts.
This commit is contained in:
parent
67bdfbb473
commit
43b2d21d1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user