We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a1702 commit 37419a3Copy full SHA for 37419a3
.config/nextest.toml
@@ -26,6 +26,6 @@ threads-required = 8
26
27
# https://github.com/gfx-rs/wgpu/issues/7200
28
[[profile.default.overrides]]
29
-filter = 'test(wgpu_test::image_atomics::image_32_atomics)'
30
-# platform = 'cfg(target_vendor = "apple")'
+filter = 'test(wgpu_gpu_test::image_atomics::image_32_atomics)'
+platform = 'cfg(target_vendor = "apple")'
31
retries = 1
0 commit comments