tor-browser

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

commit e8d7e43804b0cd8bf2a936fe05b409a5c205ba0e
parent 975e34dfef24a34168881b962a521c2388e066ae
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Mon, 27 Oct 2025 21:04:47 +0000

Bug 1942939 - disable browser_empty_name_beforeunload_test.js on linux and win for frequent failures. r=intermittent-reviewers,aryx DONTBUILD

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

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

diff --git a/browser/components/profiles/tests/browser/browser.toml b/browser/components/profiles/tests/browser/browser.toml @@ -41,6 +41,11 @@ skip-if = [ ] ["browser_empty_name_beforeunload_test.js"] +skip-if = [ + "os == 'linux' && os_version == '24.04' && processor == 'x86_64'", # Bug 1942939 + "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && debug", # Bug 1942939 + "os == 'win' && os_version == '11.26100' && processor == 'x86' && debug", # Bug 1942939 +] ["browser_menubar_profiles.js"] head = "../unit/head.js head.js"