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:
k8s-ci-robot 2018-10-22 22:46:32 -07:00 committed by GitHub
commit 2472d67357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
}
}