tor-browser

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

commit f1fc0f0486dc3f11b2deb118eef0a3e3f2e6e7b4
parent 767e11b7a203bdee61610b4d009b8ea31e4896eb
Author: Serban Stanca <sstanca@mozilla.com>
Date:   Tue, 25 Nov 2025 03:19:03 +0000

Bug 1974090 - Disable browser_tabContextMenu_keyboard.js on linux 24.04 for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD

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

Diffstat:
Mbrowser/components/tabbrowser/test/browser/tabs/browser.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/components/tabbrowser/test/browser/tabs/browser.toml b/browser/components/tabbrowser/test/browser/tabs/browser.toml @@ -501,7 +501,7 @@ skip-if = [ ["browser_tabContextMenu_keyboard.js"] tags = "vertical-tabs" skip-if = [ - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && asan", # Bug 1974090 + "os == 'linux' && os_version == '24.04' && arch == 'x86_64'", # Bug 1974090 ] ["browser_tabDrop.js"]