From 2f7e5449916c7f65d6051c68b81e138403319861 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Sat, 29 Jan 2011 23:36:19 -0500 Subject: [PATCH] Bug 598252 - Disable test_play_twice.html on SeaMonkey. r=cpearce, a=DONTBUILD [SeaMonkey Linux] Mochitest-1/5 fails test_play_twice.html | Expect at least one playing event (x2 with Ogg files) --- content/media/test/Makefile.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/media/test/Makefile.in b/content/media/test/Makefile.in index c5054388e6d..e8eefafe308 100644 --- a/content/media/test/Makefile.in +++ b/content/media/test/Makefile.in @@ -123,7 +123,6 @@ _TEST_FILES = \ test_paused_after_ended.html \ test_play_events.html \ test_play_events_2.html \ - test_play_twice.html \ test_playback.html \ test_playback_errors.html \ test_preload_actions.html \ @@ -145,6 +144,13 @@ _TEST_FILES = \ test_audiowrite.html \ $(NULL) +# Don't run in suite +ifndef MOZ_SUITE +_TEST_FILES += test_play_twice.html +else +$(warning test_play_twice.html is disabled pending investigation. Bug 598252) +endif + # These tests are disabled until we figure out random failures. # When these tests are fixed, we should also make them backend-independent. # test_resume.html \