Pārlūkot izejas kodu

Added webgl_postprocessing_crossfade to e2e exception list.

Mr.doob 3 gadi atpakaļ
vecāks
revīzija
fa8f47d840
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      test/e2e/puppeteer.js

+ 1 - 0
test/e2e/puppeteer.js

@@ -31,6 +31,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_standard_nodes', // puppeteer does not support import maps yet
 	'webgl_materials_standard_nodes', // puppeteer does not support import maps yet
+	'webgl_postprocessing_crossfade', // fails for some misterious reason
 	'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