Skip to content

Commit 37419a3

Browse files
authored
Fix workaround for #7200 (#7216)
1 parent 92a1702 commit 37419a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/nextest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ threads-required = 8
2626

2727
# https://github.com/gfx-rs/wgpu/issues/7200
2828
[[profile.default.overrides]]
29-
filter = 'test(wgpu_test::image_atomics::image_32_atomics)'
30-
# platform = 'cfg(target_vendor = "apple")'
29+
filter = 'test(wgpu_gpu_test::image_atomics::image_32_atomics)'
30+
platform = 'cfg(target_vendor = "apple")'
3131
retries = 1

0 commit comments

Comments
 (0)