Ver código fonte

Avoid testing webgl_materials_standard_nodes for now

Mr.doob 4 anos atrás
pai
commit
acc3a1aeb2
1 arquivos alterados com 1 adições e 0 exclusões
  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_pvrtc', // not supported in CI, useless
 	'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_test_memory2', // gives fatal error in puppeteer
 	'webgl_tiled_forward', // exception for Github Actions