Skip to content

Commit e675a08

Browse files
committed
add --no-sandbox
1 parent 0b30bc6 commit e675a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-test-runner.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
browsers: [
88
puppeteerLauncher({
99
launchOptions: {
10-
args: ['--disable-setuid-sandbox'],
10+
args: ['-no-sandbox', '--disable-setuid-sandbox'],
1111
},
1212
}),
1313
],

0 commit comments

Comments
 (0)