tor-browser

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

commit d33689642739b91286258eaec994fe2ac43f893f
parent 9df0d2f2411e742692ba0d09c7e4bdab434cc4fb
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Sat,  8 Nov 2025 02:01:05 +0000

Bug 1928146 - disable browser_tab_groups.js on linux and mac for frequent failures. r=intermittent-reviewers,aryx DONTBUILD

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

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

diff --git a/browser/components/tabbrowser/test/browser/tabs/browser.toml b/browser/components/tabbrowser/test/browser/tabs/browser.toml @@ -518,6 +518,10 @@ tags = "vertical-tabs" ["browser_tab_groups.js"] support-files = ["file_new_tab_page.html"] 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 +] ["browser_tab_groups_a11y.js"] tags = "vertical-tabs"