Originally mentioned by @WestLangley here - it seems that the CI tests are fairly frequently reporting the following error on screenshot tests resulting the test being skipped and (possibly erroneously) being marked as "passed":
Error: [example name]: JSHandle:THREE.THREE.WebGPURenderer: WebGPU Device Lost:
Message: A valid external Instance reference no longer exists.
Reason: unknown
Restarting browser...
You can see the issue in this PR and many others. It seems to have started a number of weeks ago when the WebGL fallback stopped being used.
Notice specifically that no diff percentage is reported for webgpu_compute_cloth nor webgpu_compute_particles_fluid implying they haven't been evaluated:

Originally mentioned by @WestLangley here - it seems that the CI tests are fairly frequently reporting the following error on screenshot tests resulting the test being skipped and (possibly erroneously) being marked as "passed":
You can see the issue in this PR and many others. It seems to have started a number of weeks ago when the WebGL fallback stopped being used.
Notice specifically that no diff percentage is reported for
webgpu_compute_clothnorwebgpu_compute_particles_fluidimplying they haven't been evaluated: