Bug 1383137 - disable failing sub-test in RTCPeerConnection-generateCertificate.html r=ng draft
authorMichael Froman <mfroman@mozilla.com>
Wed, 26 Jul 2017 10:47:12 -0500
changeset 616098 771c105c545b1efcba55b7792e775307653f9580
parent 614544 462d7561089c98e33382384896434861ad7bc491
child 639374 f8f8d748db1c45d51538a1a9f5b8e94b8f04661f
push id70580
push userbmo:mfroman@nostrum.com
push dateWed, 26 Jul 2017 18:08:26 +0000
reviewersng
bugs1383137
milestone56.0a1
Bug 1383137 - disable failing sub-test in RTCPeerConnection-generateCertificate.html r=ng MozReview-Commit-ID: 7UjM5zHwAjH
testing/web-platform/meta/webrtc/RTCPeerConnection-generateCertificate.html.ini
--- a/testing/web-platform/meta/webrtc/RTCPeerConnection-generateCertificate.html.ini
+++ b/testing/web-platform/meta/webrtc/RTCPeerConnection-generateCertificate.html.ini
@@ -1,8 +1,10 @@
 [RTCPeerConnection-generateCertificate.html]
   type: testharness
   [generateCertificate() with invalid string algorithm should reject with NotSupportedError]
     expected: FAIL
 
   [generateCertificate() with invalid algorithm dict should reject with NotSupportedError]
     expected: FAIL
 
+  [generateCertificate() with 0 expires parameter should generate expired cert]
+    disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1383137