From 71b2de441e3ff9bd3f8a3484557fe94f4c3f260e Mon Sep 17 00:00:00 2001 From: David Yaffe Date: Fri, 6 Dec 2024 16:46:58 -0500 Subject: [PATCH] test: enable ECS integration test --- .../ECSAWSCredentialIdentityResolverTests.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IntegrationTests/Services/AWSECSIntegrationTests/ECSAWSCredentialIdentityResolverTests.swift b/IntegrationTests/Services/AWSECSIntegrationTests/ECSAWSCredentialIdentityResolverTests.swift index 68cd3fb477e..45095f47fee 100644 --- a/IntegrationTests/Services/AWSECSIntegrationTests/ECSAWSCredentialIdentityResolverTests.swift +++ b/IntegrationTests/Services/AWSECSIntegrationTests/ECSAWSCredentialIdentityResolverTests.swift @@ -37,8 +37,7 @@ class ECSAWSCredentialIdentityResolverTests: XCTestCase { ) } - // TODO: Re-enable this test once CI is configured to run it. See https://github.com/awslabs/aws-sdk-swift/issues/1310 - func xtest_ecsAWSCredentialIdentityResolver() async throws { + func test_ecsAWSCredentialIdentityResolver() async throws { let ecsClient = try await ECSClient() // create cluster