Bug 1351531 - disable test_peerConnection_simulcastAnswer.html. r=drno draft
authorMichael Froman <mfroman@mozilla.com>
Thu, 20 Apr 2017 13:18:06 -0500
changeset 566060 4c1d83a0e62a30cc14502ef2fec43ecdc49f0ee1
parent 566059 fb3934560978a82449e1a66786b614653e96d37b
child 625180 8b4175771270c034acaaa6f75f75b03f9e83e069
push id55067
push userbmo:mfroman@nostrum.com
push dateThu, 20 Apr 2017 18:29:54 +0000
reviewersdrno
bugs1351531
milestone55.0a1
Bug 1351531 - disable test_peerConnection_simulcastAnswer.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: HodlZJoJKwO
dom/media/tests/mochitest/mochitest.ini
--- a/dom/media/tests/mochitest/mochitest.ini
+++ b/dom/media/tests/mochitest/mochitest.ini
@@ -187,18 +187,19 @@ skip-if = android_version
 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)
 # 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
+# disable test_peerConnection_simulcastAnswer.html for Bug 1351531
+#[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]
 skip-if = android_version == '18' # android(Bug 1189784, timeouts on 4.3 emulator)
 [test_peerConnection_setLocalAnswerInHaveLocalOffer.html]