AutomationDev85 commented on code in PR #58397:
URL: https://github.com/apache/airflow/pull/58397#discussion_r2541725205


##########
providers/cncf/kubernetes/tests/unit/cncf/kubernetes/utils/test_pod_manager.py:
##########
@@ -103,8 +73,11 @@ def test_read_pod_logs_successfully_returns_logs(self):
         assert isinstance(logs, PodLogsConsumer)
         assert logs.response == mock.sentinel.logs
 
-    
@mock.patch("airflow.providers.cncf.kubernetes.utils.pod_manager.get_retry_after_seconds",
 wait_none)
-    def test_read_pod_logs_retries_successfully(self):
+    @mock.patch(

Review Comment:
   Thanks for this idea, I added a generic fixture to the conftest so that it 
also catches and speedup the tests in the kubernetes.py. 



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