tor-browser

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

commit 19b25c433ca7a67797f18cf859fbfb23c87e09d3
parent de6ac364421c381d9ada823225e57595427ba88a
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Thu, 13 Nov 2025 10:31:42 +0000

Bug 1808737 - disable test_focus_menu.xhtml on linux for frequent failures. r=intermittent-reviewers,tnikkel,ahal DONTBUILD

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

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

diff --git a/accessible/tests/mochitest/events/a11y.toml b/accessible/tests/mochitest/events/a11y.toml @@ -65,6 +65,9 @@ skip-if = [ ["test_focus_listcontrols.xhtml"] ["test_focus_menu.xhtml"] +skip-if = [ + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && tsan", # Bug 1808737 +] ["test_focus_name.html"]