From 63e17ca546cd167ebcc5c301b94d1822a83bdf3b Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sun, 29 Sep 2024 15:28:39 -0700 Subject: [PATCH] fix: CI remove cypress command --headed (#30429) --- scripts/cypress_run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cypress_run.py b/scripts/cypress_run.py index 2d752b69a66c8..cef760e815b32 100644 --- a/scripts/cypress_run.py +++ b/scripts/cypress_run.py @@ -51,7 +51,6 @@ def run_cypress_for_test_file( if use_dashboard: cmd = ( f"{XVFB_PRE_CMD} " - f"--headed " f'{cypress_cmd} --spec "{test_file}" --browser {browser} ' f"--record --group {group} --tag {REPO},{GITHUB_EVENT_NAME} " f"--parallel --ci-build-id {build_id} "