From afbf5f52e5191db6ba8795d83237aba0ee433b9a Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Wed, 16 Nov 2016 10:04:12 -0800 Subject: [PATCH] Update volumes.go --- test/e2e/common/volumes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/common/volumes.go b/test/e2e/common/volumes.go index 510124b3224..57ebe961dd7 100644 --- a/test/e2e/common/volumes.go +++ b/test/e2e/common/volumes.go @@ -469,7 +469,7 @@ var _ = framework.KubeDescribe("GCP Volumes", func() { }) func isTestEnabled(c clientset.Interface) bool { - // Enable the test If the node image is GCI. (this check only works for node e2e test) + // Enable the test on node e2e if the node image is GCI. nodeName := framework.TestContext.NodeName if nodeName != "" { if strings.Contains(nodeName, "-gci-dev-") {