Skip to content

Commit

Permalink
Remove SwiftShader failure from zero init test (#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy authored Feb 21, 2023
1 parent 7430330 commit 30064ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions wgpu/tests/shader/zero_init_workgroup_mem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
Expand Down

0 comments on commit 30064ea

Please sign in to comment.