Skip to content

Commit

Permalink
Bug 1619835 - Disabled browser_urlBar_zoom.js on Windows 10. r=jmaher
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Maries committed Jul 4, 2020
1 parent 02725d1 commit 069d4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/modules/test/browser/browser.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ skip-if = os != "win" || (os == "win" && bits == 64) # bug 1456807
run-if = crashreporter
skip-if = fission && !webrender # Two startup notifications, this confuses the test. Also, this is an unsupported combo.
[browser_urlBar_zoom.js]
skip-if = (os == "mac") || (!debug && os == "linux" && bits == 64 && os_version == "18.04") # Bug 1528429
skip-if = (os == "mac") || (!debug && os == "linux" && bits == 64 && os_version == "18.04") || (os == "win" && os_version == '10.0' && bits == 64) # Bug 1528429, Bug 1619835
[browser_UsageTelemetry.js]
[browser_UsageTelemetry_domains.js]
[browser_UsageTelemetry_interaction.js]
Expand Down

0 comments on commit 069d4e7

Please sign in to comment.