tor-browser

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

commit 91781b902d3d617560a364504eaf813982f854fe
parent 0d82bff877bca97b5dd1bfd814c92158e5e607c6
Author: agoloman <agoloman@mozilla.com>
Date:   Thu, 18 Dec 2025 10:10:51 +0000

Bug 2006847 - disable test_proxyDNS_leak.js on windows 10 for causing perma failures. r=intermittent-reviewers,aryx DONTBUILD

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

Diffstat:
Mnetwerk/test/unit/xpcshell.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/netwerk/test/unit/xpcshell.toml b/netwerk/test/unit/xpcshell.toml @@ -1256,6 +1256,7 @@ skip-if = [ skip-if = [ "os == 'win' && os_version == '11.26100' && arch == 'x86' && socketprocess_networking", "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && socketprocess_networking", + "os == 'win' && os_version = '10.2009' && arch == 'x86_64'", #Bug 2006847 ] ["test_proxy_cancel.js"]