test: remove check for bound addresses that fails on mac
Original commit: elastic/x-pack-elasticsearch@85c7f158ff
This commit is contained in:
parent
186dbf547a
commit
46cae1b2b1
|
@ -175,7 +175,6 @@ integTest {
|
||||||
ant.waitfor(maxwait: '10', maxwaitunit: 'second', checkevery: '100', checkeveryunit: 'millisecond',
|
ant.waitfor(maxwait: '10', maxwaitunit: 'second', checkevery: '100', checkeveryunit: 'millisecond',
|
||||||
timeoutproperty: waitForNodeStartProp) {
|
timeoutproperty: waitForNodeStartProp) {
|
||||||
and {
|
and {
|
||||||
resourcecontains(resource: "${node.startLog.toString()}", substring: "bound_addresses {${node.httpUri()}")
|
|
||||||
resourcecontains(resource: "${node.startLog.toString()}", substring: 'started')
|
resourcecontains(resource: "${node.startLog.toString()}", substring: 'started')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue