commit ba48f9d859551a9d90797402e11149cc2a3d327e
parent eb044602267bba2e50e71bd9e1066d9e561ac265
Author: Cosmin Sabou <csabou@mozilla.com>
Date: Mon, 3 Nov 2025 14:03:24 +0000
Bug 1775544 - Disable browser_click_event_during_autoscrolling on linux for frequent failures. r=intermittent-reviewers,aryx DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D270960
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/toolkit/content/tests/browser/browser.toml b/toolkit/content/tests/browser/browser.toml
@@ -83,6 +83,9 @@ fail-if = ["a11y_checks"] # Bug 1854538 clicked tabbrowser-tabpanels may not be
["browser_click_event_during_autoscrolling.js"]
fail-if = ["a11y_checks"] # Bug 1854538 clicked browser may not be accessible
+skip-if = [
+ "os == 'linux' && os_version == '24.04' && processor == 'x86_64'", # Bug 1775544
+]
["browser_contentTitle.js"]