diff --git a/src/webgpu/api/validation/resource_usages/texture/in_render_common.spec.ts b/src/webgpu/api/validation/resource_usages/texture/in_render_common.spec.ts
index f112fecda14..80bb9788442 100644
--- a/src/webgpu/api/validation/resource_usages/texture/in_render_common.spec.ts
+++ b/src/webgpu/api/validation/resource_usages/texture/in_render_common.spec.ts
@@ -116,9 +116,7 @@ g.test('subresources,color_attachments')
       .unless(t => t.inSamePass && t.level0 !== t.level1)
   )
   .beforeAllSubcases(t => {
-    if (t.isCompatibility) {
-      t.selectDeviceForRenderableColorFormatOrSkipTestCase('r32float');
-    }
+    t.selectDeviceForRenderableColorFormatOrSkipTestCase('r32float');
   })
   .fn(t => {
     const { layer0, level0, layer1, level1, inSamePass } = t.params;