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
commit 738a3ae473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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