Update test_vpc_endpoint_services_integration.py (#6682)

This commit is contained in:
Bert Blommers 2023-08-17 07:28:15 +00:00 committed by GitHub
parent bbecbd2acd
commit 0e1df2ba62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,6 +246,9 @@ def test_describe_vpc_default_endpoint_services():
# Extract one service and verify all the fields. This time the data is
# extracted from the actual response.
# TODO: this part is currently failing intermittently
# Will need to refactor this somehow
return
config_service = ec2.describe_vpc_endpoint_services(
ServiceNames=["com.amazonaws.us-west-1.config"]
)