Skip to content

Commit fcf4630

Browse files
committed
iter
1 parent 88e6571 commit fcf4630

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/fixtures/testcontainer-utils/src/main/java/org/elasticsearch/test/fixtures/testcontainers/DockerEnvironmentAwareTestContainer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public void start() {
6868
Assume.assumeTrue("Docker probing succesful", DOCKER_PROBING_SUCCESSFUL);
6969
withLogConsumer(new Slf4jLogConsumer(LOGGER));
7070
BootstrapForTesting.doWithSecurityManagerDisabled(super::start);
71-
super.start();
7271
}
7372

7473
@Override

0 commit comments

Comments
 (0)