소스 검색

E2E: Adding `webgpu_texturegrad` to exception list. (#28385)

Michael Herzog 1 년 전
부모
커밋
097d95940f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      test/e2e/puppeteer.js

+ 1 - 0
test/e2e/puppeteer.js

@@ -144,6 +144,7 @@ const exceptionList = [
 	'webgpu_custom_fog',
 	'webgpu_instancing_morph',
 	'webgpu_mesh_batch',
+	'webgpu_texturegrad',
 
 	// WebGPU idleTime and parseTime too low
 	'webgpu_compute_particles',