Bug 1154881: Disable test. r=karlt

The test is incorrect, it can't give consistent results.
This commit is contained in:
Jean-Yves Avenard 2015-05-18 15:34:15 +10:00
parent 46bb542e23
commit b43058c083

View File

@ -6,8 +6,5 @@
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
[Test redundant fully prebuffered seek]
expected:
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1154881