File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ const exceptionList = [
109
109
// Awaiting for WebGPU support
110
110
'webgpu_clearcoat' ,
111
111
'webgpu_compute_audio' ,
112
+ 'webgpu_compute_particles' ,
112
113
'webgpu_compute_particles_rain' ,
113
114
'webgpu_compute_points' ,
114
115
'webgpu_compute_texture' ,
@@ -236,9 +237,9 @@ async function main() {
236
237
const injection = await fs . readFile ( 'test/e2e/deterministic-injection.js' , 'utf8' ) ;
237
238
const build = ( await fs . readFile ( 'build/three.module.js' , 'utf8' ) ) . replace ( / M a t h \. r a n d o m \( \) \* 0 x f f f f f f f f / g, 'Math._random() * 0xffffffff' ) ;
238
239
239
- const page = await browser . newPage ( ) ;
240
- await page . goto ( 'chrome://gpu' ) ;
241
- await page . screenshot ( { path : `test/e2e/output-screenshots/gpu.jpg` , fullPage : true } ) ;
240
+ // const page = await browser.newPage();
241
+ // await page.goto( 'chrome://gpu' );
242
+ // await page.screenshot( { path: `test/e2e/output-screenshots/gpu.jpg`, fullPage: true } );
242
243
243
244
/* Prepare pages */
244
245
You can’t perform that action at this time.
0 commit comments