tor-browser

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

commit 26b902903794531de8f13cc83b6f9793e08374b6
parent d3e144be0f4e4d2c289c2926c585e8a728da7b6a
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Mon, 24 Nov 2025 11:13:36 +0000

Bug 1839376 - disable test_sss_sanitizeOnShutdown.js on win for frequent failures r=intermittent-reviewers,aryx DONTBUILD

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

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

diff --git a/security/manager/ssl/tests/unit/xpcshell.toml b/security/manager/ssl/tests/unit/xpcshell.toml @@ -360,6 +360,7 @@ firefox-appdir = "browser" skip-if = [ "appname == 'thunderbird'", # browser/modules/Sanitizer.sys.mjs used by the test isn't available in Thunderbird. "os == 'android'", # Sanitization works differently on Android - this doesn't apply. + "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt", # Bug 1839376 ] ["test_sss_sanitizeOnShutdown_v2.js"]