Explorar el Código

Add exception to exceptionList for css3d_mixed

mrdoob hace 7 meses
padre
commit
ebc584918a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      test/e2e/puppeteer.js

+ 3 - 0
test/e2e/puppeteer.js

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

粤ICP备19079148号