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


##########
providers/common/ai/tests/unit/common/ai/operators/test_agent.py:
##########
@@ -759,6 +759,9 @@ def test_cleanup_skipped_when_post_run_step_fails(self, 
mock_hook_cls, mock_buil
 
         storage.cleanup.assert_not_called()
 
+    def test_supports_durable_execution_marker(self):
+        assert AgentOperator.__supports_durable_execution is True

Review Comment:
   ```suggestion
           assert AgentOperator._AgentOperator__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