mirror of
https://github.com/servo/servo.git
synced 2025-06-18 05:14:28 +00:00
Disable two tests that take a very long time to time out.
This commit is contained in:
parent
a80320e24e
commit
c64d7578d1
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[audio_loop_base.html]
|
[audio_loop_base.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: TIMEOUT
|
||||||
|
disabled: extreme timeout
|
||||||
[Check if audio.loop is set to true that expecting the seeking event is fired more than once]
|
[Check if audio.loop is set to true that expecting the seeking event is fired more than once]
|
||||||
expected: NOTRUN
|
expected: NOTRUN
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[video_loop_base.html]
|
[video_loop_base.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: TIMEOUT
|
||||||
|
disabled: extreme timeout
|
||||||
[Check if video.loop is set to true that expecting the seeking event is fired more than once]
|
[Check if video.loop is set to true that expecting the seeking event is fired more than once]
|
||||||
expected: NOTRUN
|
expected: NOTRUN
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue