forked from mirrors/gecko-dev
Bug 1126465 - Disable mediasource-redundant-seek.html for frequent Windows timeouts since it landed.
This commit is contained in:
parent
fb5016dd78
commit
17bd657462
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue