From ecdbea518f08afc22f971eecb6ff5b6834e33a8b Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 16 Mar 2020 20:13:10 -0400 Subject: [PATCH] Disable running windows binaries on CI. --- etc/taskcluster/decision_task.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 10006c9cff3..7a7784292bb 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -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