We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9595e commit a51576cCopy full SHA for a51576c
x-pack/test/smb-fixture/src/main/java/org/elasticsearch/test/fixtures/smb/SmbTestContainer.java
@@ -46,9 +46,7 @@ public SmbTestContainer() {
46
addExposedPort(AD_LDAP_GC_PORT);
47
48
setWaitStrategy(
49
- new WaitAllStrategy()
50
- .withStrategy(Wait.forLogMessage(".*Samba started.*", 1))
51
- .withStrategy(Wait.forListeningPort())
+ new WaitAllStrategy().withStrategy(Wait.forLogMessage(".*Samba started.*", 1)).withStrategy(Wait.forListeningPort())
52
);
53
54
getCreateContainerCmdModifiers().add(createContainerCmd -> {
0 commit comments