mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #68218 from jcsirot/fix-SkipIfMultizone-message
Fix the skip message since it was the exact opposite of the tested co…
This commit is contained in:
commit
2472d67357
@ -350,7 +350,7 @@ func SkipIfMultizone(c clientset.Interface) {
|
||||
Skipf("Error listing cluster zones")
|
||||
}
|
||||
if zones.Len() > 1 {
|
||||
Skipf("Requires more than one zone")
|
||||
Skipf("Requires at most one zone")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user