Merge pull request #99524 from lala123912/sig_describe

Replace top-level ginkgo.Describe with SIGDescribe
This commit is contained in:
Kubernetes Prow Robot 2021-02-26 23:28:38 -08:00 committed by GitHub
commit bd190762fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ const (
eventRetryTimeout = 1 * time.Minute
)
var _ = ginkgo.Describe("[sig-api-machinery] Events", func() {
var _ = SIGDescribe("Events", func() {
f := framework.NewDefaultFramework("events")
/*