Bug 1916679 - Temporarily disable browser_mouseout_notification_panel.js on windows. CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com/D227179
This commit is contained in:
Dale Harvey 2024-10-29 12:20:55 +00:00
parent 3d0aa4c6dd
commit d2689977e0

View File

@ -47,6 +47,7 @@ support-files = ["../../../browser/base/content/test/general/dummy_page.html"]
fail-if = ["a11y_checks"] # Bug 1854502 clicked tabbrowser-tabpanels may not be accessible
["browser_mouseout_notification_panel.js"]
skip-if = ["os == 'win'"] # Bug 1923378 Fails with ScotchBonnet enabled by default.
["browser_shortcutkey_modifier_conflicts_with_content_accesskey_modifier.js"]
skip-if = ["os == 'mac'"] # Alt + D is defined only on Linux and Windows