Skip to content

Commit

Permalink
Fix flaky test (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoewangg authored Jan 6, 2022
1 parent 249b308 commit c0eb030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class SelectObjectContentTest {
private S3AsyncClient s3;

@Rule
public WireMockRule wireMock = new WireMockRule();
public WireMockRule wireMock = new WireMockRule(0);

@Before
public void setup() {
Expand Down

0 comments on commit c0eb030

Please sign in to comment.