commit 157dff3e271187a6644e9b21f02ba7c150956ccf
parent 62cda2f98d9aa52c203162693f11b921e0fc2180
Author: Sandor Molnar <smolnar@mozilla.com>
Date: Thu, 6 Nov 2025 01:35:07 +0000
Bug 1996375 - Disable test browser_appmenu.js for frequent failures on linux & mac r=profiles-reviewers,jhirsch DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D271486
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/browser/components/profiles/tests/browser/browser.toml b/browser/components/profiles/tests/browser/browser.toml
@@ -9,6 +9,10 @@ run-if = [
] # This seems to mess up focus on Linux for some reason.
["browser_appmenu.js"]
+skip-if = [
+ "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt" , # Bug 1996375
+ "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt" , # Bug 1996375
+]
["browser_appmenu_menuitem_updates.js"]
head = "../unit/head.js head.js"