commit 36245808352b7af3e1db012730dbcfbbf8a99caf
parent 0baaee3322c41c7559845cd01788dda61079a06e
Author: Sebastian Hengst <aryx.github@gmx-topmail.de>
Date: Tue, 2 Dec 2025 15:09:15 +0000
Bug 2001223 - skip browser_smartblockembeds_trustpanel.js for a11y_checks to avoid permanent failure. r=intermittent-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D274754
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/browser/extensions/webcompat/tests/browser/browser.toml b/browser/extensions/webcompat/tests/browser/browser.toml
@@ -56,6 +56,7 @@ skip-if = [
["browser_smartblockembeds_trustpanel.js"]
skip-if = [
+ "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && a11y_checks", # Bug 2001223
"os == 'mac' && os_version == '10.15' && arch == 'x86_64'", # Bug 1945222
"os == 'mac' && os_version == '15.30' && arch == 'aarch64' && opt", # Bug 1945222
"os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt", # Bug 1945222