Merge pull request #102931 from andrewsykim/e2e-gce-tag

test/e2e/network: mark network_tiers.go tests with GCE tag
This commit is contained in:
Kubernetes Prow Robot
2021-06-16 16:02:00 -07:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ import (
"github.com/onsi/ginkgo"
)
var _ = common.SIGDescribe("Services [Slow]", func() {
var _ = common.SIGDescribe("Services GCE [Slow]", func() {
f := framework.NewDefaultFramework("services")
var cs clientset.Interface