tor-browser

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

commit 21cb38f3c1ec96ccb1ef0f6eb3d57d491addf784
parent fe2b6b18391318c1d64b7f03d8a1f2888d98e84d
Author: Sandor Molnar <smolnar@mozilla.com>
Date:   Tue, 18 Nov 2025 17:37:43 +0000

Bug 1928146 - Update disable for browser_tab_groups.js to include win11 platform r=intermittent-reviewers,aryx DONTBUILD

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

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

diff --git a/browser/components/tabbrowser/test/browser/tabs/browser.toml b/browser/components/tabbrowser/test/browser/tabs/browser.toml @@ -521,6 +521,7 @@ tags = "vertical-tabs" skip-if = [ "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && opt", # Bug 1928146 "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt", # Bug 1928146 + "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt", # Bug 1928146 ] ["browser_tab_groups_a11y.js"]