Skip to content

Commit

Permalink
[test] remove molten vk failure
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy authored Jul 16, 2024
1 parent f44f52a commit f38bdd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/src/boids/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,7 @@ static TEST: crate::framework::ExampleTestParams = crate::framework::ExampleTest
optional_features: wgpu::Features::default(),
base_test_parameters: wgpu_test::TestParameters::default()
.downlevel_flags(wgpu::DownlevelFlags::COMPUTE_SHADERS)
.limits(wgpu::Limits::downlevel_defaults())
// Lots of validation errors, maybe related to https://github.com/gfx-rs/wgpu/issues/3160
.expect_fail(wgpu_test::FailureCase::molten_vk()),
.limits(wgpu::Limits::downlevel_defaults()),
comparisons: &[wgpu_test::ComparisonType::Mean(0.005)],
_phantom: std::marker::PhantomData::<Example>,
};

0 comments on commit f38bdd8

Please sign in to comment.