Browse Source

Puppeteer: Added missing webgpu examples to exception list.

Mr.doob 3 years ago
parent
commit
0df8940d04
1 changed files with 5 additions and 0 deletions
  1. 5 0
      test/e2e/puppeteer.js

+ 5 - 0
test/e2e/puppeteer.js

@@ -44,13 +44,18 @@ const exceptionList = [
 	'webxr_ar_lighting',
 	// webgpu
 	'webgpu_compute',
+	'webgpu_cubemap_mix',
+	'webgpu_depth_texture',
+	'webgpu_instance_mesh',
 	'webgpu_instance_uniform',
 	'webgpu_lights_custom',
 	'webgpu_lights_selective',
+	'webgpu_loader_gltf',
 	'webgpu_materials',
 	'webgpu_nodes_playground',
 	'webgpu_rtt',
 	'webgpu_sandbox',
+	'webgpu_skinning_instancing',
 	'webgpu_skinning_points',
 	'webgpu_skinning'
 ].concat( ( process.platform === 'win32' ) ? [