Bug 1583315 - Disable test_headless_screenshot.html on Windows. r=jmaher

Differential Revision: https://phabricator.services.mozilla.com/D84052
This commit is contained in:
Narcis Beleuzu
2020-07-19 23:06:44 +00:00
parent 76b90d25c5
commit 5869db3e22

View File

@@ -5,4 +5,4 @@ support-files =
headless_redirect.html^headers^
[test_headless_screenshot.html]
skip-if = toolkit == 'android' || !e10s && os == "linux" #Bug 1429950
skip-if = (toolkit == 'android') || (os == 'win') #Bug 1429950 , Bug 1583315