Browse Source

e2e: Added webxr_ar_lighting to exception list

Mr.doob 4 years ago
parent
commit
da42ae0460
1 changed files with 2 additions and 1 deletions
  1. 2 1
      test/e2e/puppeteer.js

+ 2 - 1
test/e2e/puppeteer.js

@@ -47,7 +47,8 @@ const exceptionList = [
 	'webgl_tiled_forward', // exception for Github Actions
 	'webgl_video_kinect', // video tag not deterministic enough
 	'webgl_worker_offscreencanvas', // in a worker, not robust
-
+	// webxr
+	'webxr_ar_lighting'
 ].concat( ( process.platform === 'win32' ) ? [
 
 	'webgl_effects_ascii' // windows fonts not supported