Просмотр исходного кода

Add exception to exceptionList for css3d_mixed

mrdoob 6 месяцев назад
Родитель
Сommit
ebc584918a
1 измененных файлов с 3 добавлено и 0 удалено
  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号