Merge pull request #1198 from jangie/revert-1080

Revert "Ensure that we don't add balancees with no health check runs …
This commit is contained in:
Emile Vauge
2017-02-27 21:59:47 +01:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -264,9 +264,6 @@ func (provider *Marathon) taskFilter(task marathon.Task, applications *marathon.
return false
}
}
} else {
log.Debugf("Filtering marathon task %s with defined healthcheck as no healthcheck has run yet", task.AppID)
return false
}
}
return true

View File

@@ -629,7 +629,7 @@ func TestMarathonTaskFilter(t *testing.T) {
},
},
},
expected: false,
expected: true,
exposedByDefault: true,
},
{