commit 12ee2bddae7e9a320b716b745a4a177556c5e123 parent 2c51f0a78c550f1d3436b903f167214bfaff2864 Author: Cristina Horotan <chorotan@mozilla.com> Date: Sun, 19 Oct 2025 02:37:29 +0300 Bug 1775794 - disable browser_urlBar_zoom.js on linux and mac for frequent failures. r=#intermittent-reviewers Differential Revision: https://phabricator.services.mozilla.com/D269146 Diffstat:
| M | browser/modules/test/browser/browser.toml | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/browser/modules/test/browser/browser.toml b/browser/modules/test/browser/browser.toml @@ -82,4 +82,7 @@ https_first_disabled = true run-if = ["os == 'win'"] ["browser_urlBar_zoom.js"] -skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && swgl"] # Bug 1775794 +skip-if = [ + "os == 'linux' && os_version == '24.04' && processor == 'x86_64'", # Bug 1775794 + "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && debug", # Bug 1775794 +]