o-nikolas commented on code in PR #38850:
URL: https://github.com/apache/airflow/pull/38850#discussion_r1558137372
##########
tests/system/providers/amazon/aws/example_bedrock.py:
##########
@@ -127,6 +137,7 @@ def delete_custom_model(model_name: str):
output_data_uri=f"s3://{bucket_name}/myOutputData",
)
# [END howto_operator_customize_model]
+ customize_model.wait_for_completion = False
Review Comment:
Will this fix the stability issues we're seeing in the system test right now?
--
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]