tor-browser

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

commit c642502fee98ae633fe65e0023fc1a8946401e16
parent 500894ed9f9cd93bc53662a4c76d4428bcced116
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Sat, 11 Oct 2025 13:33:49 +0000

Bug 1775830 - disable browser_urlbar_telemetry.js on linux and mac for frequent failures r=intermittent-reviewers,jmaher

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

Diffstat:
Mbrowser/components/urlbar/tests/browser/browser.toml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/browser/components/urlbar/tests/browser/browser.toml b/browser/components/urlbar/tests/browser/browser.toml @@ -748,6 +748,10 @@ support-files = [ "urlbarTelemetrySearchSuggestions.sjs", "urlbarTelemetrySearchSuggestions.xml", ] +skip-if = [ + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && opt", # Bug 1775830 + "os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Bug 1775830 +] ["browser_urlbar_telemetry_autofill.js"] tags = "search-telemetry"