commit 8e86ab972e464656300719865eb5a95c4d4c6d3b
parent c642502fee98ae633fe65e0023fc1a8946401e16
Author: Cristina Horotan <chorotan@mozilla.com>
Date: Sat, 11 Oct 2025 13:59:08 +0000
Bug 1853186 - disable browser_contextmenu.js on mac for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D268313
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/browser/base/content/test/contextMenu/browser.toml b/browser/base/content/test/contextMenu/browser.toml
@@ -21,7 +21,11 @@ tags = "os_integration"
["browser_contextmenu.js"]
support-files = [ "../general/video.webm" ]
tags = "fullscreen"
-skip-if = ["os == 'linux'"]
+skip-if = [
+ "os == 'linux' && os_version == '24.04' && processor == 'x86_64'",
+ "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt", # Bug 1853186
+ "os == 'mac' && os_version == '15.30' && arch == 'aarch64' && opt", # Bug 1853186
+]
["browser_contextmenu_add_search_engine.js"]
support-files = ["subtst_contextmenu_add_search_engine.html"]