ashb commented on code in PR #44839: URL: https://github.com/apache/airflow/pull/44839#discussion_r1879916448
########## providers/tests/celery/executors/test_celery_kubernetes_executor.py: ########## @@ -46,9 +46,6 @@ def test_is_production_default_value(self): def test_serve_logs_default_value(self): assert not CeleryKubernetesExecutor.serve_logs - def test_is_single_threaded_default_value(self): - assert not CeleryKubernetesExecutor.is_single_threaded Review Comment: Note: I've left the property on the class though, so that the provider will continue to work with Airflow 2.x -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org