diff --git a/wgpu/tests/shader/struct_layout.rs b/wgpu/tests/shader/struct_layout.rs index c0bba4d1ed..a2f1f8a1ed 100644 --- a/wgpu/tests/shader/struct_layout.rs +++ b/wgpu/tests/shader/struct_layout.rs @@ -221,7 +221,8 @@ fn push_constant_input() { .limits(Limits { max_push_constant_size: MAX_BUFFER_SIZE as u32, ..Limits::downlevel_defaults() - }), + }) + .backend_failure(Backends::GL), |ctx| { shader_input_output_test( ctx,