diff --git a/tests/system/providers/google/cloud/cloud_run/example_cloud_run.py b/tests/system/providers/google/cloud/cloud_run/example_cloud_run.py index 5a82cca2a7aa..dbd3e39b6db1 100644 --- a/tests/system/providers/google/cloud/cloud_run/example_cloud_run.py +++ b/tests/system/providers/google/cloud/cloud_run/example_cloud_run.py @@ -272,6 +272,7 @@ def _create_job_instance_with_label(): "name": "job", "args": ["python", "main.py"], "env": [{"name": "ENV_VAR", "value": "value"}], + "clear_args": False, } ], "task_count": 1,