Skip to content

Commit 76e878c

Browse files
committed
lint
1 parent 4344a64 commit 76e878c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smoke-test/tests/cypress/integration_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ def test_run_cypress(auth_session):
262262
test_spec_arg = f" --spec '{specs_str}' "
263263

264264
print("Running Cypress tests with command")
265-
#node_options = "--max-old-space-size=5000"
266-
#command = f'NO_COLOR=1 NODE_OPTIONS="{node_options}" npx cypress run {record_arg} {test_spec_arg} {tag_arg} --config numTestsKeptInMemory=0'
265+
# node_options = "--max-old-space-size=5000"
266+
# command = f'NO_COLOR=1 NODE_OPTIONS="{node_options}" npx cypress run {record_arg} {test_spec_arg} {tag_arg} --config numTestsKeptInMemory=0'
267267

268268
node_options = "--max-old-space-size=4000"
269269
electron_args = "ELECTRON_EXTRA_LAUNCH_ARGS=\"--js-flags='--max-old-space-size=9596' --disable-dev-shm-usage --disable-gpu\""

0 commit comments

Comments
 (0)