tor-browser

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

commit c0a396340134e1807d0bd1e27b86473fb610d319
parent 381d870c63af5fa426f873eff1192c9e4efb1f76
Author: Sandor Molnar <smolnar@mozilla.com>
Date:   Tue, 21 Oct 2025 20:32:53 +0000

Bug 1697626 - Disable disable browser_ext_devtools_network.js on linux asan also, for frequent failures r=intermittent-reviewers,jmaher DONTBUILD

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

Diffstat:
Mbrowser/components/extensions/test/browser/browser.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/browser/components/extensions/test/browser/browser.toml b/browser/components/extensions/test/browser/browser.toml @@ -216,6 +216,7 @@ tags = "bleedover" https_first_disabled = true skip-if = [ "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && opt", # Bug 1697626 + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && asan", # Bug 1697626 "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1697626 ]