Skip to content

Commit 41a61bd

Browse files
authored
Merge pull request #1600 from aws/zoewangg-patch-2
Fix s3 crt stability tests
2 parents c6ce76e + fab5d59 commit 41a61bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/s3/S3CrtAsyncClientStabilityTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public class S3CrtAsyncClientStabilityTest extends S3BaseStabilityTest {
3232

3333
static {
3434
s3CrtAsyncClient = S3CrtAsyncClient.builder()
35-
.region(Region.US_WEST_2)
3635
.credentialsProvider(CREDENTIALS_PROVIDER_CHAIN)
3736
.build();
3837
}

0 commit comments

Comments
 (0)