From 033df96b5e446088ca9d2ad9c3d0f9c15818a652 Mon Sep 17 00:00:00 2001 From: Dana Keeler Date: Tue, 19 Nov 2019 15:15:18 +0000 Subject: [PATCH] bug 1596963 - run delegated credentials xpcshell tests serially r=kjacobs The delegated credentials xpcshell tests use the TLS test server framework, which currently uses a hard-coded port, so these tests need to run serially. Differential Revision: https://phabricator.services.mozilla.com/D53301 --HG-- extra : moz-landing-system : lando --- security/manager/ssl/tests/unit/xpcshell.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/manager/ssl/tests/unit/xpcshell.ini b/security/manager/ssl/tests/unit/xpcshell.ini index 56631bb620b6..a85079403e44 100644 --- a/security/manager/ssl/tests/unit/xpcshell.ini +++ b/security/manager/ssl/tests/unit/xpcshell.ini @@ -109,7 +109,9 @@ run-sequentially = hardcoded ports # this test doesn't apply. skip-if = toolkit == 'android' [test_delegated_credentials.js] +run-sequentially = hardcoded ports [test_delegated_credentials_weak.js] +run-sequentially = hardcoded ports [test_der.js] [test_enterprise_roots.js] # This feature is implemented for Windows and OS X. However, we don't currently