diff options
author | Josh Matthews <josh@joshmatthews.net> | 2016-01-04 15:48:41 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2016-05-03 18:05:23 -0400 |
commit | c64d7578d170b589f624b96d2acab614ba73baf6 (patch) | |
tree | 7633723dae3d34be6a05c253902a9792829e04c3 | |
parent | a80320e24ed885ac8dfbe52507efed7fd14a8635 (diff) | |
download | servo-c64d7578d170b589f624b96d2acab614ba73baf6.tar.gz servo-c64d7578d170b589f624b96d2acab614ba73baf6.zip |
Disable two tests that take a very long time to time out.
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/wpt/metadata/html/semantics/embedded-content/media-elements/audio_loop_base.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/media-elements/audio_loop_base.html.ini index 91202ffc556..bd674d3bc79 100644 --- a/tests/wpt/metadata/html/semantics/embedded-content/media-elements/audio_loop_base.html.ini +++ b/tests/wpt/metadata/html/semantics/embedded-content/media-elements/audio_loop_base.html.ini @@ -1,6 +1,7 @@ [audio_loop_base.html] type: testharness expected: TIMEOUT + disabled: extreme timeout [Check if audio.loop is set to true that expecting the seeking event is fired more than once] expected: NOTRUN diff --git a/tests/wpt/metadata/html/semantics/embedded-content/media-elements/video_loop_base.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/media-elements/video_loop_base.html.ini index 85f679af410..54aec4c29aa 100644 --- a/tests/wpt/metadata/html/semantics/embedded-content/media-elements/video_loop_base.html.ini +++ b/tests/wpt/metadata/html/semantics/embedded-content/media-elements/video_loop_base.html.ini @@ -1,6 +1,7 @@ [video_loop_base.html] type: testharness expected: TIMEOUT + disabled: extreme timeout [Check if video.loop is set to true that expecting the seeking event is fired more than once] expected: NOTRUN |