test/e2e/network: mark network_tiers.go tests with GCE tag

Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
This commit is contained in:
Andrew Sy Kim
2021-06-16 07:27:36 -04:00
parent f363322d4a
commit 480093bd1f

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