Bug 1383069 - disable wpt test RTCPeerConnection-setLocalDescription.html r=ng draft
authorMichael Froman <mfroman@mozilla.com>
Wed, 26 Jul 2017 12:50:45 -0500
changeset 616099 a326b4560152a21f47561b5a2e87cdf491fafe58
parent 614544 462d7561089c98e33382384896434861ad7bc491
child 639375 15672864400610f3cb210b5d4e1f6eb6f7d663c8
push id70581
push userbmo:mfroman@nostrum.com
push dateWed, 26 Jul 2017 18:09:41 +0000
reviewersng
bugs1383069
milestone56.0a1
Bug 1383069 - disable wpt test RTCPeerConnection-setLocalDescription.html r=ng This test (plus a couple others) were imported from upstream before they were fully baked. MozReview-Commit-ID: 7pi5DBZkPVs
testing/web-platform/meta/webrtc/RTCPeerConnection-setLocalDescription.html.ini
--- a/testing/web-platform/meta/webrtc/RTCPeerConnection-setLocalDescription.html.ini
+++ b/testing/web-platform/meta/webrtc/RTCPeerConnection-setLocalDescription.html.ini
@@ -8,16 +8,17 @@
 
   [Set created offer other than last offer should reject with InvalidModificationError]
     expected: FAIL
 
   [Creating and setting offer multiple times should succeed]
     expected: FAIL
 
   [setLocalDescription(offer) should never resolve if connection is closed in parallel]
+    disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1383069
     expected: FAIL
 
   [setLocalDescription() with valid answer should succeed]
     expected: FAIL
 
   [setLocalDescription() with type answer and null sdp should use lastAnswer generated from createAnswer]
     expected: FAIL