diff --git a/dom/media/tests/mochitest/mochitest.ini b/dom/media/tests/mochitest/mochitest.ini index ef13290942a0..1b9f353c11f8 100644 --- a/dom/media/tests/mochitest/mochitest.ini +++ b/dom/media/tests/mochitest/mochitest.ini @@ -85,11 +85,11 @@ skip-if = toolkit == 'gonk' || buildapp == 'mulet' # b2g(Bug 1021776, too --ing [test_peerConnection_basicAudio.html] skip-if = toolkit == 'gonk' # B2G emulator is too slow to handle a two-way audio call reliably [test_peerConnection_basicAudioNATSrflx.html] -skip-if = toolkit == 'gonk' # B2G emulator is too slow to handle a two-way audio call reliably +skip-if = toolkit == 'gonk' || toolkit == 'android' # B2G emulator is too slow to handle a two-way audio call reliably, websockets don't work on android (bug 1266217) [test_peerConnection_basicAudioNATRelay.html] -skip-if = toolkit == 'gonk' # B2G emulator is too slow to handle a two-way audio call reliably +skip-if = toolkit == 'gonk' || toolkit == 'android' # B2G emulator is too slow to handle a two-way audio call reliably, websockets don't work on android (bug 1266217) [test_peerConnection_basicAudioNATRelayTCP.html] -skip-if = toolkit == 'gonk' # B2G emulator is too slow to handle a two-way audio call reliably +skip-if = toolkit == 'gonk' || toolkit == 'android' # B2G emulator is too slow to handle a two-way audio call reliably, websockets don't work on android (bug 1266217) [test_peerConnection_basicAudioRequireEOC.html] skip-if = toolkit == 'gonk' || buildapp == 'mulet' # b2g (Bug 1059867) [test_peerConnection_basicAudioPcmaPcmuOnly.html]