ruijiang-rjian commented on code in PR #61498:
URL: https://github.com/apache/airflow/pull/61498#discussion_r2769949560


##########
providers/amazon/tests/unit/amazon/aws/hooks/test_sagemaker_unified_studio.py:
##########
@@ -200,28 +200,6 @@ def test_set_xcom_s3_path_negative_missing_context(self):
         with pytest.raises(AirflowException, match="context is required"):
             self.hook._set_xcom_s3_path(self.s3Path, {})
 
-    def test_start_notebook_execution_default_compute(self):

Review Comment:
   because it's no longer setting the default compute, see line 124-125 in 
providers/amazon/src/airflow/providers/amazon/aws/hooks/sagemaker_unified_studio.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