bug 1464510 - test_ssl_status.js needs to be run sequentially (it uses hardcoded ports) r?mgoodwin draft
authorDavid Keeler <dkeeler@mozilla.com>
Fri, 25 May 2018 13:54:43 -0700
changeset 800080 4d6072779437c7d2dd5bf6430a24347d86bd5ecc
parent 799922 fe66c9e30a203531fe312dc052882e25a34f806e
push id111261
push userbmo:dkeeler@mozilla.com
push dateFri, 25 May 2018 20:55:00 +0000
reviewersmgoodwin
bugs1464510
milestone62.0a1
bug 1464510 - test_ssl_status.js needs to be run sequentially (it uses hardcoded ports) r?mgoodwin MozReview-Commit-ID: 7MeWq9ZCRd9
security/manager/ssl/tests/unit/xpcshell.ini
--- a/security/manager/ssl/tests/unit/xpcshell.ini
+++ b/security/manager/ssl/tests/unit/xpcshell.ini
@@ -149,16 +149,17 @@ requesttimeoutfactor = 2
 [test_sdr_preexisting.js]
 [test_sdr_preexisting_with_password.js]
 # Not relevant to Android. See the comment in the test.
 skip-if = toolkit == 'android'
 [test_session_resumption.js]
 run-sequentially = hardcoded ports
 [test_signed_apps.js]
 [test_ssl_status.js]
+run-sequentially = hardcoded ports
 [test_sss_enumerate.js]
 [test_sss_eviction.js]
 [test_sss_originAttributes.js]
 [test_sss_readstate.js]
 [test_sss_readstate_child.js]
 support-files = sss_readstate_child_worker.js
 # bug 1124289 - run_test_in_child violates the sandbox on android
 skip-if = toolkit == 'android'