From 506630d3f5a6adc36f5f5c905b0fdbf82a00efad Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sun, 24 Jan 2021 23:49:18 -0500 Subject: [PATCH] Disable WebGPU tests on macOS CI. --- etc/taskcluster/decision_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 7c81a751a21..17899c32039 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -548,7 +548,7 @@ def macos_wpt(): repo_dir="repo", total_chunks=20, processes=8, - run_webgpu=True, + run_webgpu=False, )