浏览代码

Avoid testing webgl_materials_standard_nodes for now

Mr.doob 4 年之前
父节点
当前提交
acc3a1aeb2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/e2e/puppeteer.js

+ 1 - 0
test/e2e/puppeteer.js

@@ -42,6 +42,7 @@ const exceptionList = [
 	'webgl_loader_texture_lottie', // not sure why this fails
 	'webgl_loader_texture_lottie', // not sure why this fails
 	'webgl_loader_texture_pvrtc', // not supported in CI, useless
 	'webgl_loader_texture_pvrtc', // not supported in CI, useless
 	'webgl_materials_envmaps_parallax', // empty for some reason
 	'webgl_materials_envmaps_parallax', // empty for some reason
+	'webgl_materials_standard_nodes', // puppeteer does not support import maps yet
 	'webgl_raymarching_reflect', // exception for Github Actions
 	'webgl_raymarching_reflect', // exception for Github Actions
 	'webgl_test_memory2', // gives fatal error in puppeteer
 	'webgl_test_memory2', // gives fatal error in puppeteer
 	'webgl_tiled_forward', // exception for Github Actions
 	'webgl_tiled_forward', // exception for Github Actions