aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster/decision_task.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/taskcluster/decision_task.py')
-rw-r--r--etc/taskcluster/decision_task.py7
1 files 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