From 47c47f43f931286b44ae7524051ed033e38efb3c Mon Sep 17 00:00:00 2001 From: Bob Clary Date: Wed, 21 Jun 2017 04:57:01 -0700 Subject: [PATCH] Bug 1373858 - Disable dom/media/tests/mochitest/test_peerConnection_stats.html for Android failures, r=jmaher. --- dom/media/tests/mochitest/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/media/tests/mochitest/mochitest.ini b/dom/media/tests/mochitest/mochitest.ini index 946ddd19ded5..40b98b18435e 100644 --- a/dom/media/tests/mochitest/mochitest.ini +++ b/dom/media/tests/mochitest/mochitest.ini @@ -286,6 +286,6 @@ skip-if = (android_version == '18') # android(Bug 1189784, timeouts on 4.3 emula # Bug 1227781: Crash with bogus TURN server. [test_peerConnection_bug1227781.html] [test_peerConnection_stats.html] -skip-if = (android_version == '18') # android(Bug 1189784, timeouts on 4.3 emulator) +skip-if = toolkit == 'android' # android(Bug 1189784, timeouts on 4.3 emulator, Bug 1373858) [test_peerConnection_sender_and_receiver_stats.html] skip-if = (android_version == '18') # android(Bug 1189784, timeouts on 4.3 emulator)