mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Disable WebGPU tests on macOS CI.
This commit is contained in:
parent
e33c626edf
commit
506630d3f5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue