test: remove check for bound addresses that fails on mac

Original commit: elastic/x-pack-elasticsearch@85c7f158ff
This commit is contained in:
jaymode 2016-03-04 17:47:38 -05:00
parent 186dbf547a
commit 46cae1b2b1
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ integTest {
ant.waitfor(maxwait: '10', maxwaitunit: 'second', checkevery: '100', checkeveryunit: 'millisecond',
timeoutproperty: waitForNodeStartProp) {
and {
resourcecontains(resource: "${node.startLog.toString()}", substring: "bound_addresses {${node.httpUri()}")
resourcecontains(resource: "${node.startLog.toString()}", substring: 'started')
}
}