SameerMesiah97 commented on code in PR #69092:
URL: https://github.com/apache/airflow/pull/69092#discussion_r3531967385


##########
providers/celery/tests/unit/celery/executors/test_celery_executor.py:
##########
@@ -216,6 +216,64 @@ def test_gauge_executor_metrics(self, mock_stats_gauge, 
mock_trigger_tasks, mock
         ]
         mock_stats_gauge.assert_has_calls(calls)
 
+    @pytest.mark.backend("mysql", "postgres")

Review Comment:
   Yes. `_prepare_app() `requires the backend marker. Without it the backend CI 
jobs fail. I also followed the existing pattern in this file, where the other 
tests using `_prepare_app()` are marked with `@pytest.mark.backend("mysql", 
"postgres")`.



-- 
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]

Reply via email to