1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-27 14:03:51 +03:00

Revert "Ensure that we don't add balancees with no health check runs if there is a health check defined on it"

This reverts commit ad12a7264e4b8aecf8d90a96a747101b5fa4871a.
This commit is contained in:
Bruce Lee 2017-02-27 13:56:53 -05:00 committed by Emile Vauge
parent 4172a7c62e
commit aa75d5458d
No known key found for this signature in database
GPG Key ID: D808B4C167352E59
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,
},
{