Only run federated test if FEDERATION == "true"

pull/6/head
Matt Liggett 2016-08-23 13:14:58 -07:00
parent 5981aa8b37
commit d8a81155c8
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ func Test() bool {
}
// TODO(fejta): add a --federated or something similar
if os.Getenv("FEDERATION") == "" {
if os.Getenv("FEDERATION") != "true" {
if *checkNodeCount {
ValidateClusterSize()
}