diff options
author | Josh Matthews <josh@joshmatthews.net> | 2021-01-24 23:49:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 23:49:18 -0500 |
commit | 506630d3f5a6adc36f5f5c905b0fdbf82a00efad (patch) | |
tree | 136a5558e18e36e7a03c3eebe187cb0e6d88df38 /etc | |
parent | e33c626edfba41d9bb7b1937156a5b02a4a7a8f1 (diff) | |
download | servo-506630d3f5a6adc36f5f5c905b0fdbf82a00efad.tar.gz servo-506630d3f5a6adc36f5f5c905b0fdbf82a00efad.zip |
Disable WebGPU tests on macOS CI.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/taskcluster/decision_task.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, ) |