Commit 69002594 authored by Jean-Christophe Sirot's avatar Jean-Christophe Sirot

Update the message to be more precise regarding the tested condition

parent 3a0b253f
......@@ -359,7 +359,7 @@ func SkipIfMultizone(c clientset.Interface) {
Skipf("Error listing cluster zones")
}
if zones.Len() > 1 {
Skipf("Requires exactly one zone")
Skipf("Requires at most one zone")
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment