Skip to content

Commit

Permalink
fix(core): waitForUpInstances should not consider platform health "un…
Browse files Browse the repository at this point in the history
…known" as "down" (#1277)
  • Loading branch information
danielpeach committed Apr 17, 2017
1 parent f38406f commit 714d5d3
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -144,10 +144,6 @@ class WaitForUpInstancesTask extends AbstractWaitingForInstancesTask {
return false
}

if (HealthHelper.isDownConsideringPlatformHealth(healths)) {
return true
}

// no health indicators is indicative of being down
return !healths || healths.any { it.state == 'Down' || it.state == 'OutOfService' }
}
Expand Down

0 comments on commit 714d5d3

Please sign in to comment.