diff --git a/browser/modules/test/browser/browser.ini b/browser/modules/test/browser/browser.ini index 30c2fe4ac1fd..97f63a80774f 100644 --- a/browser/modules/test/browser/browser.ini +++ b/browser/modules/test/browser/browser.ini @@ -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]