mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-04-14 21:16:35 +00:00
Fix CI flakes (#7491)
This commit is contained in:
parent
a6d7e0d56b
commit
3ba97bc3b7
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user