|
@@ -21,10 +21,10 @@ const exceptionList = [
|
|
|
'webgl_kinect', // same here
|
|
|
'webaudio_visualizer', // audio can't be analyzed without proper audio hook
|
|
|
'webgl_loader_texture_pvrtc', // not supported in CI, useless
|
|
|
- 'webgl_materials_envmaps_parallax',
|
|
|
+ 'webgl_materials_envmaps_parallax', // empty for some reason
|
|
|
'webgl_test_memory2', // gives fatal error in puppeteer
|
|
|
+ 'webgl_tiled_forward', // exception for Github Actions
|
|
|
'webgl_worker_offscreencanvas', // in a worker, not robust
|
|
|
- 'webgl2_multisampled_renderbuffers'
|
|
|
|
|
|
].concat( ( process.platform === "win32" ) ? [
|
|
|
|