tirkarthi commented on code in PR #32445: URL: https://github.com/apache/airflow/pull/32445#discussion_r1257462445
########## tests/providers/amazon/aws/hooks/test_cloud_formation.py: ########## @@ -18,11 +18,89 @@ from __future__ import annotations import json - -from moto import mock_cloudformation +from unittest import mock from airflow.providers.amazon.aws.hooks.cloud_formation import CloudFormationHook +# TODO: restore this test with moto when openapi_schema_validator 0.6.0 is released Review Comment: Is using pytest.mark.skip a better option here? -- 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]
