ashb commented on code in PR #46265:
URL: https://github.com/apache/airflow/pull/46265#discussion_r1934816037
##########
providers/celery/tests/provider_tests/celery/executors/test_celery_executor.py:
##########
@@ -147,43 +147,6 @@ def test_gauge_executor_metrics(self, mock_stats_gauge,
mock_trigger_tasks, mock
]
mock_stats_gauge.assert_has_calls(calls)
- @pytest.mark.parametrize(
- "command, raise_exception",
- [
- pytest.param(["true"], True, id="wrong-command"),
- pytest.param(["airflow", "tasks"], True, id="incomplete-command"),
- pytest.param(["airflow", "tasks", "run"], False,
id="complete-command"),
- ],
- )
- def test_command_validation(self, command, raise_exception):
Review Comment:
This test is gone as we don't need to worry about this anymore
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]