Skip to content

Commit 9cc2002

Browse files
committed
Clean up.
1 parent 3af0a31 commit 9cc2002

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/e2e/puppeteer.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ const exceptionList = [
109109
// Awaiting for WebGPU support
110110
'webgpu_clearcoat',
111111
'webgpu_compute_audio',
112+
'webgpu_compute_particles',
112113
'webgpu_compute_particles_rain',
113114
'webgpu_compute_points',
114115
'webgpu_compute_texture',
@@ -236,9 +237,9 @@ async function main() {
236237
const injection = await fs.readFile( 'test/e2e/deterministic-injection.js', 'utf8' );
237238
const build = ( await fs.readFile( 'build/three.module.js', 'utf8' ) ).replace( /Math\.random\(\) \* 0xffffffff/g, 'Math._random() * 0xffffffff' );
238239

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 } );
242243

243244
/* Prepare pages */
244245

0 commit comments

Comments
 (0)