mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Remove SwiftShader failure from zero init test (#3515)
This commit is contained in:
parent
74303308cd
commit
30064ead9f
@ -23,13 +23,6 @@ fn zero_init_workgroup_mem() {
|
||||
Some(5140),
|
||||
Some("Microsoft Basic Render Driver"),
|
||||
true,
|
||||
)
|
||||
// this one is flakey
|
||||
.specific_failure(
|
||||
Some(Backends::VULKAN),
|
||||
Some(6880),
|
||||
Some("SwiftShader"),
|
||||
true,
|
||||
),
|
||||
zero_init_workgroup_mem_impl,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user