Bug 1351590 - disable test_peerConnection_simulcastOffer.html. r=drno draft
authorMichael Froman <mfroman@mozilla.com>
Thu, 20 Apr 2017 13:14:23 -0500
changeset 566059 fb3934560978a82449e1a66786b614653e96d37b
parent 565752 27311156637f9b5d4504373967e01c4241902ae7
child 566060 4c1d83a0e62a30cc14502ef2fec43ecdc49f0ee1
push id55067
push userbmo:mfroman@nostrum.com
push dateThu, 20 Apr 2017 18:29:54 +0000
reviewersdrno
bugs1351590
milestone55.0a1
Bug 1351590 - disable test_peerConnection_simulcastOffer.html. r=drno We have an issue with switching ssrcs for this test that will require more work to filter by RID to resolve. This will happen in a future bug. MozReview-Commit-ID: 8PaKNj1sRrv
dom/media/tests/mochitest/mochitest.ini
--- a/dom/media/tests/mochitest/mochitest.ini
+++ b/dom/media/tests/mochitest/mochitest.ini
@@ -184,18 +184,19 @@ skip-if = android_version
 [test_peerConnection_restartIceNoRtcpMux.html]
 skip-if = android_version
 [test_peerConnection_restartIceLocalRollback.html]
 skip-if = android_version
 [test_peerConnection_restartIceLocalAndRemoteRollback.html]
 skip-if = android_version
 [test_peerConnection_scaleResolution.html]
 skip-if = (android_version == '18') # android(Bug 1189784, timeouts on 4.3 emulator)
-[test_peerConnection_simulcastOffer.html]
-skip-if = android_version # no simulcast support on android
+# disable test_peerConnection_simulcastOffer.html for Bug 1351590
+#[test_peerConnection_simulcastOffer.html]
+#skip-if = android_version # no simulcast support on android
 [test_peerConnection_simulcastAnswer.html]
 skip-if = android_version # no simulcast support on android
 #[test_peerConnection_relayOnly.html]
 [test_peerConnection_callbacks.html]
 skip-if = (android_version == '18' && debug) # android(Bug 1189784, timeouts on 4.3 emulator)
 [test_peerConnection_replaceTrack.html]
 skip-if = android_version == '18' # android(Bug 1189784, timeouts on 4.3 emulator)
 [test_peerConnection_syncSetDescription.html]