Commit 8911a2dd authored by danielqsj's avatar danielqsj

fix golint failures for test/e2e/kubectl

parent 9ea1b3d8
...@@ -658,7 +658,6 @@ test/e2e/framework/providers/kubemark ...@@ -658,7 +658,6 @@ test/e2e/framework/providers/kubemark
test/e2e/instrumentation test/e2e/instrumentation
test/e2e/instrumentation/logging test/e2e/instrumentation/logging
test/e2e/instrumentation/monitoring test/e2e/instrumentation/monitoring
test/e2e/kubectl
test/e2e/lifecycle test/e2e/lifecycle
test/e2e/lifecycle/bootstrap test/e2e/lifecycle/bootstrap
test/e2e/network test/e2e/network
......
...@@ -18,6 +18,7 @@ package kubectl ...@@ -18,6 +18,7 @@ package kubectl
import "github.com/onsi/ginkgo" import "github.com/onsi/ginkgo"
// SIGDescribe annotates the test with the SIG label.
func SIGDescribe(text string, body func()) bool { func SIGDescribe(text string, body func()) bool {
return ginkgo.Describe("[sig-cli] "+text, body) return ginkgo.Describe("[sig-cli] "+text, body)
} }
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