Disable running windows binaries on CI.

This commit is contained in:
Josh Matthews 2020-03-16 20:13:10 -04:00 committed by GitHub
parent 8ce971dd90
commit ecdbea518f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -369,8 +369,11 @@ def windows_unit(cached=True):
"mach fetch",
"mach build --dev",
"mach test-unit",
"mach smoketest --angle",
# https://github.com/servo/servo/issues/25961
#"mach test-unit",
#"mach smoketest --angle",
"mach package --dev",
"mach build --dev --libsimpleservo",
# The GStreamer plugin currently doesn't support Windows