Remove SwiftShader failure from zero init test (#3515)

This commit is contained in:
Teodor Tanasoaia 2023-02-21 18:15:38 +01:00 committed by GitHub
parent 74303308cd
commit 30064ead9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
);