tor-browser

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

commit 501c13911e5e734a064f3677d02d6479526d94c4
parent 0def52067013e90948aafe264adad616a2c410c5
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Mon, 27 Oct 2025 13:30:35 +0000

Bug 1984205 - disable browser_role.js on linux 24 opt for frequent failures.

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

Diffstat:
Maccessible/tests/browser/atk/browser.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/accessible/tests/browser/atk/browser.toml b/accessible/tests/browser/atk/browser.toml @@ -22,5 +22,8 @@ prefs = [ ["browser_prune_children.js"] ["browser_role.js"] +skip-if = [ + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1984205 +] ["browser_table.js"]