1
0
Эх сурвалжийг харах

Add exception to exceptionList for css3d_mixed

mrdoob 6 сар өмнө
parent
commit
ebc584918a

+ 3 - 0
test/e2e/puppeteer.js

@@ -84,6 +84,9 @@ const parseTime = 1; // 1 second per megabyte
 
 
 const exceptionList = [
 const exceptionList = [
 
 
+	// Need more time
+	'css3d_mixed',
+	
 	// tiles not loaded in time for screenshot
 	// tiles not loaded in time for screenshot
 	'webgl_loader_3dtiles',
 	'webgl_loader_3dtiles',
 
 

粤ICP备19079148号