Skip to content

Commit 97ad5bf

Browse files
experiment 3
1 parent 1382595 commit 97ad5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-test/tests/cypress/integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def test_run_cypress(auth_session):
263263

264264
print("Running Cypress tests with command")
265265
node_options = "--max-old-space-size=500"
266-
electron_args = "ELECTRON_EXTRA_LAUNCH_ARGS=\"--js-flags='--max-old-space-size=4096' --disable-dev-shm-usage\""
266+
electron_args = 'ELECTRON_EXTRA_LAUNCH_ARGS="--js-flags=\'--max-old-space-size=4096 --disable-dev-shm-usage --disable-gpu --no-sandbox"'
267267
command = f'{electron_args} NO_COLOR=1 NODE_OPTIONS="{node_options}" npx cypress run {record_arg} {test_spec_arg} {tag_arg} --config numTestsKeptInMemory=2'
268268
print(command)
269269
# Add --headed --spec '**/mutations/mutations.js' (change spec name)

0 commit comments

Comments
 (0)