Skip to content

Commit c0eb030

Browse files
authored
Fix flaky test (#2954)
1 parent 249b308 commit c0eb030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/s3/src/test/java/software/amazon/awssdk/services/s3/functionaltests/SelectObjectContentTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class SelectObjectContentTest {
7272
private S3AsyncClient s3;
7373

7474
@Rule
75-
public WireMockRule wireMock = new WireMockRule();
75+
public WireMockRule wireMock = new WireMockRule(0);
7676

7777
@Before
7878
public void setup() {

0 commit comments

Comments
 (0)