Skip to content

Commit 223c132

Browse files
authored
Fix flaky tests (#5452)
1 parent a72f305 commit 223c132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/http-client-tests/src/main/java/software/amazon/awssdk/http/HttpTestUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public static WireMockServer createSelfSignedServer() {
5050
URL selfSignedJks = SdkHttpClientTestSuite.class.getResource("/selfSigned.jks");
5151

5252
return new WireMockServer(wireMockConfig()
53+
.dynamicPort()
5354
.dynamicHttpsPort()
5455
.keystorePath(selfSignedJks.toString())
5556
.keystorePassword("changeit")

0 commit comments

Comments
 (0)