Skip to content

Commit be0f759

Browse files
greggmankainino0x
andauthored
Update src/webgpu/api/operation/command_buffer/queries/timestampQuery.spec.ts
Co-authored-by: Kai Ninomiya <kainino1@gmail.com>
1 parent 702ebb4 commit be0f759

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/webgpu/api/operation/command_buffer/queries/timestampQuery.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ So, test we can use 4k slots across a few QuerySets
172172
const kNumQuerySets = 4;
173173

174174
const { encoder } = encoderQueryUsage(t, stage, kNumQuerySets, kNumSlots);
175-
const shouldError = false; // just expect no error
176-
t.expectValidationError(() => t.device.queue.submit([encoder.finish()]), shouldError);
175+
t.device.queue.submit([encoder.finish()]);
177176
});
178177

179178
g.test('resolve_unused_slots')

0 commit comments

Comments
 (0)