Bug 1231975 - Part 6: Disable NAT tests on android due to bug 1266217 r=drno draft
authorByron Campen [:bwc] <docfaraday@gmail.com>
Thu, 21 Apr 2016 09:53:36 -0500
changeset 357943 09cb3564f933d2f159939e06459a5517425e9c1d
parent 357942 fd5d972f042baf0007d09579fe43893c1a787836
child 357944 576924d843f24b943a7f4f9ead4cd5b83c3b62d1
push id16896
push userbcampen@mozilla.com
push dateFri, 29 Apr 2016 21:42:02 +0000
reviewersdrno
bugs1231975, 1266217
milestone49.0a1
Bug 1231975 - Part 6: Disable NAT tests on android due to bug 1266217 r=drno MozReview-Commit-ID: 60vkF8cY08G
dom/media/tests/mochitest/mochitest.ini
--- a/dom/media/tests/mochitest/mochitest.ini
+++ b/dom/media/tests/mochitest/mochitest.ini
@@ -80,21 +80,21 @@ skip-if = (toolkit == 'gonk' || buildapp
 [test_getUserMedia_stopVideoStreamWithFollowupVideo.html]
 [test_getUserMedia_peerIdentity.html]
 skip-if = toolkit == 'gonk' || buildapp == 'mulet' # b2g(Bug 1021776, too --ing slow on b2g)
 [test_peerConnection_addIceCandidate.html]
 [test_peerConnection_addTrack.html]
 [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]
 skip-if = toolkit == 'gonk' || buildapp == 'mulet' # b2g (Bug 1059867)
 [test_peerConnection_basicAudioDynamicPtMissingRtpmap.html]
 skip-if = toolkit == 'gonk' || buildapp == 'mulet' # b2g (Bug 1059867)
 [test_peerConnection_basicAudioVideo.html]
 skip-if = toolkit == 'gonk' || buildapp == 'mulet' || (android_version == '18' && debug) # b2g(Bug 960442, video support for WebRTC is disabled on b2g), android(Bug 1189784, timeouts on 4.3 emulator)