tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit b3818a61c95de0b5cfc61cf929d2a67f648be0e1
parent c4b540b296a301854befea58a8db7c10b2b59ab4
Author: Cosmin Sabou <csabou@mozilla.com>
Date:   Mon,  1 Dec 2025 19:54:39 +0000

Bug 2003129 - Skip test_faulty_server.js on condprof for permafailing. r=intermittent-reviewers,jmaher DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D274627

Diffstat:
Msecurity/manager/ssl/tests/unit/xpcshell.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/security/manager/ssl/tests/unit/xpcshell.toml b/security/manager/ssl/tests/unit/xpcshell.toml @@ -203,6 +203,9 @@ run-sequentially = ["true"] # hardcoded ports ["test_faulty_server.js"] run-sequentially = ["true"] # hardcoded ports +skip-if = [ + "condprof", # Bug 2003129 +] ["test_forget_about_site_security_headers.js"]