Bug 1126465 - Disable mediasource-redundant-seek.html for frequent Windows timeouts since it landed.

This commit is contained in:
Ryan VanderMeulen 2015-01-30 09:53:24 -05:00
parent fb5016dd78
commit 17bd657462

View file

@ -1,12 +1,13 @@
[mediasource-redundant-seek.html] [mediasource-redundant-seek.html]
type: testharness type: testharness
disabled:
if (os == "win") and (version != "5.1.2600"): frequent timeouts
expected: expected:
if (os == "win") and (version != "5.1.2600"): OK if (os == "win") and (version != "5.1.2600"): OK
if os == "mac": OK if os == "mac": OK
TIMEOUT TIMEOUT
[Test redundant fully prebuffered seek] [Test redundant fully prebuffered seek]
expected: expected:
if (os == "win") and (version != "5.1.2600"): PASS
if os == "mac": PASS if os == "mac": PASS
TIMEOUT TIMEOUT