Fix CI flakes (#7491)

This commit is contained in:
Connor Fitzgerald 2025-04-08 11:15:31 -04:00 committed by GitHub
parent a6d7e0d56b
commit 3ba97bc3b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,10 @@ threads-required = 8
# https://github.com/gfx-rs/wgpu/issues/7200
[[profile.default.overrides]]
filter = 'test(wgpu_gpu_test::image_atomics::image_32_atomics)'
filter = 'test(wgpu_gpu::image_atomics::image_32_atomics)'
platform = 'cfg(target_vendor = "apple")'
retries = 1
[[profile.default.overrides]]
filter = 'test(compile_fail)'
slow-timeout = { period = "3m", terminate-after = 2 }