Skip to content

Commit ec09789

Browse files
authored
Add exceptions for long-running tests in puppeteer
1 parent 5727e0c commit ec09789

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

test/e2e/puppeteer.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ import * as fs from 'fs/promises';
77

88
const 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',

0 commit comments

Comments
 (0)