mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Only run federated test if FEDERATION == "true"
This commit is contained in:
parent
5981aa8b37
commit
d8a81155c8
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user