Bug 1780998 - disable browser_ext_windows_update.js on mac 10.15 debug. r=intermittent-reviewers,jmaher

Differential Revision: https://phabricator.services.mozilla.com/D170314
This commit is contained in:
Stanca Serban
2023-02-25 18:42:24 +00:00
parent 413944db19
commit 1b1fd96cd3

View File

@@ -416,6 +416,7 @@ skip-if =
[browser_ext_windows_update.js]
skip-if =
verify && os == "mac"
os == "mac" && os_version == "10.15" && debug # Bug 1780998
os == "linux" && os_version == '18.04' # Bug 1533982 for linux1804
tags = fullscreen
[browser_ext_contentscript_animate.js]