Disable seek tests on Windows again

--HG--
extra : rebase_source : 45d9d5bff5f5241731c1bc6f1f3aa5e92deec1e9
This commit is contained in:
Robert O'Callahan 2009-07-13 10:45:36 +12:00
parent adc1d1302a
commit 2a6184ac8a

View File

@ -95,12 +95,19 @@ _TEST_FILES = \
test_playback.html \
test_playback_errors.html \
test_readyState.html \
test_seek.html \
test_seek2.html \
test_volume.html \
use_large_cache.js \
$(NULL)
ifneq ($(OS_ARCH),WINNT)
# These tests are disabled on windows until we
# figure out the random failures. See bug 475369.
_TEST_FILES += \
test_seek.html \
$(NULL)
endif
# Ogg sample files
_TEST_FILES += \
320x240.ogv \