tor-browser

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

commit 1ec729ae2f305451e3ab88630f0cba2edfba8eee
parent 8a7b613f8107dbb1c1cc7ac622acd2be092962ea
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Fri,  7 Nov 2025 14:32:36 +0000

Bug 1997197 - disable test_moz_select.html on linux and win for frequent failures. r=intermittent-reviewers,ahal DONTBUILD

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

Diffstat:
Mtoolkit/content/tests/widgets/chrome.toml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/toolkit/content/tests/widgets/chrome.toml b/toolkit/content/tests/widgets/chrome.toml @@ -77,6 +77,11 @@ skip-if = ["os == 'mac' && os_version == '14.70' && processor == 'x86_64'"] # Bu ["test_moz_reorderable_list.html"] ["test_moz_select.html"] +skip-if = [ + "os == 'linux' && os_version == '24.04' && processor == 'x86_64'", # Bug 1997197 + "os == 'win' && os_version == '10.2009' && processor == 'x86_64' && debug", # Bug 1997197 + "os == 'win' && os_version == '11.26100' && processor == 'x86' && debug", # Bug 1997197 +] ["test_moz_support_link.html"]