소스 검색

Update puppeteer.js

Add exception for video example.
Michael Herzog 1 개월 전
부모
커밋
88d4fc7148
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      test/e2e/puppeteer.js

+ 1 - 0
test/e2e/puppeteer.js

@@ -49,6 +49,7 @@ const exceptionList = [
 	// Video hangs the CI?
 	// Video hangs the CI?
 	'css3d_youtube',
 	'css3d_youtube',
 	'webgpu_materials_video',
 	'webgpu_materials_video',
+	'webgl_video_kinect',
 
 
 	// Timeout
 	// Timeout
 	'webgl_test_memory2',
 	'webgl_test_memory2',

粤ICP备19079148号