Bug 1525773 - remove windows10-aarch64 skip clause from browser/tools/mozscreenshots/browser.ini r=jmaher

It seems we no longer run mochitest-browser-screenshots test on windows10-aarch64 anywhere, but for the time that it is turned on again, the `skip-if` clause should be removed to provide fullest results possible.

Differential Revision: https://phabricator.services.mozilla.com/D43324

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edwin Gao 2019-08-26 15:54:36 +00:00
parent 6b7371cdb7
commit 9c93275254

View File

@ -5,5 +5,4 @@ support-files =
[browser_screenshots.js]
[browser_screenshots_cropping.js]
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to bug 1536729
[browser_boundingbox.js]