From 6900259480e6fe02010729e7a87ca28cb305fd1d Mon Sep 17 00:00:00 2001 From: Jean-Christophe Sirot Date: Tue, 4 Sep 2018 15:10:18 +0200 Subject: [PATCH] Update the message to be more precise regarding the tested condition Signed-off-by: Jean-Christophe Sirot --- test/e2e/framework/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index 046c26d5927..f7db583d8b9 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -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") } }