phanikumv commented on code in PR #70289:
URL: https://github.com/apache/airflow/pull/70289#discussion_r3638899394


##########
providers/cncf/kubernetes/tests/unit/cncf/kubernetes/operators/test_pod.py:
##########
@@ -2776,6 +2776,9 @@ def 
test_reattach_on_restart_via_default_args_reaches_durable(self, dag_maker):
         assert k.durable is False
         assert k.reattach_on_restart is False
 
+    def test_supports_durable_execution_marker(self):
+        assert KubernetesPodOperator.__supports_durable_execution is True

Review Comment:
   ```suggestion
           assert 
KubernetesPodOperator._KubernetesPodOperator__supports_durable_execution is True
   ```



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