Disable WebGPU tests on macOS CI.

This commit is contained in:
Josh Matthews 2021-01-24 23:49:18 -05:00 committed by GitHub
parent e33c626edf
commit 506630d3f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -548,7 +548,7 @@ def macos_wpt():
repo_dir="repo", repo_dir="repo",
total_chunks=20, total_chunks=20,
processes=8, processes=8,
run_webgpu=True, run_webgpu=False,
) )