commit 438c7eb494a5a806ad1e535671261a584b782db3
parent 55f4bfa055a9f6868fa4aab86c2c1315f4c22294
Author: Cristina Horotan <chorotan@mozilla.com>
Date: Wed, 3 Dec 2025 12:46:49 +0000
Bug 1779584 - disable browser_995164_registerArea_during_customize_mode.js on linux and mac for causing frequent failures. r=intermittent-reviewers,aryx DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D274862
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/browser/components/customizableui/test/browser.toml b/browser/components/customizableui/test/browser.toml
@@ -245,6 +245,10 @@ skip-if = [
]
["browser_995164_registerArea_during_customize_mode.js"]
+skip-if = [
+ "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && opt", # Bug 1779584
+ "os == 'mac' && os_version == '15.30' && arch == 'aarch64' && opt", # Bug 1779584
+]
["browser_996364_registerArea_different_properties.js"]