Auto merge of #25972 - servo:jdm-patch-44, r=jdm

Disable running windows binaries on CI.

In order to get more information out of https://github.com/servo/servo/pull/25745, we're going to temporarily disable the parts of windows CI that don't agree with the updated windows server environment.
This commit is contained in:
bors-servo 2020-03-16 22:17:59 -04:00 committed by GitHub
commit e1103176e3
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