Skip to content

Commit

Permalink
test: enable ECS integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe authored Dec 6, 2024
1 parent 76a27cc commit 71b2de4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71b2de4

Please sign in to comment.