Skip to content

Commit 7e05c09

Browse files
committed
WIP: Tweak options more
1 parent 2f7ca9e commit 7e05c09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/smoke.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ async function launchApp() {
88
'.',
99
// Test lots of options to fix Arm64 build:
1010
'--no-sandbox',
11-
'--disable-setuid-sandbox',
12-
'--disable-gpu',
13-
'--disable-software-rasterizer'
11+
'--disable-setuid-sandbox'
1412
],
1513
timeout: 10000,
1614
env: {

0 commit comments

Comments
 (0)