File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ import * as fs from 'fs/promises';
77
88const exceptionList = [
99
10+ // Take too long
11+ 'webgpu_parallax_uv' , // 11 min
12+ 'webgpu_cubemap_adjustments' , // 9 min
13+ 'webgl_loader_lwo' , // 8 min
14+ 'webgpu_cubemap_mix' , // 2 min
15+ 'webgl_loader_texture_ultrahdr' , // 1 min
16+ 'webgl_marchingcubes' , // 1 min
17+ 'webgl_materials_cubemap_dynamic' , // 1 min
18+ 'webgl_materials_displacementmap' , // 1 min
19+ 'webgl_materials_envmaps_hdr' , // 1 min
20+ 'webgpu_water' , // 1 min
21+
1022 // Needs investigation
1123 'physics_rapier_instancing' ,
1224 'webgl_shadowmap' ,
@@ -25,7 +37,7 @@ const exceptionList = [
2537 'webgpu_texturegrad' ,
2638 'webgpu_tsl_vfx_flames' ,
2739
28- // Need more time
40+ // Need more time to render
2941 'css3d_mixed' ,
3042 'webgl_loader_3dtiles' ,
3143 'webgl_loader_texture_lottie' ,
You can’t perform that action at this time.
0 commit comments