From 91c71f702c74d6dc7a2bb7ee5bd9e6e1a22375eb Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Fri, 28 Aug 2015 08:21:00 -0400 Subject: [PATCH] Bug 1199531 - Disable test_BufferingWait.html on Android due to timeouts. r=rillian CLOSED TREE --- dom/media/mediasource/test/mochitest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/media/mediasource/test/mochitest.ini b/dom/media/mediasource/test/mochitest.ini index e1ef383e7c75..0005ff4e41b6 100644 --- a/dom/media/mediasource/test/mochitest.ini +++ b/dom/media/mediasource/test/mochitest.ini @@ -38,6 +38,7 @@ support-files = [test_BufferedSeek_mp4.html] skip-if = ((os == "win" && os_version == "5.1") || (os != "win" && os != "mac")) # Only supported on osx and vista+ [test_BufferingWait.html] +skip-if = toolkit == 'android' #timeout android bug 1199531 [test_BufferingWait_mp4.html] skip-if = ((os == "win" && os_version == "5.1") || (os != "win" && os != "mac") || (os == "win" && os_version == "6.1")) # Only supported on osx and vista+, disabling on win7 bug 1191138 [test_EndOfStream.html]