Add [sig-network] prefix to network e2e tests

This commit is contained in:
xiangpengzhao
2017-07-24 17:43:54 +08:00
parent a6bfeef4fe
commit f2875794ec
10 changed files with 35 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ const (
// Declared as Flakey since it has not been proven to run in parallel on small nodes or slow networks in CI
// TODO jayunit100 : Retag this test according to semantics from #22401
var _ = framework.KubeDescribe("Networking IPerf [Experimental] [Slow] [Feature:Networking-Performance]", func() {
var _ = SIGDescribe("Networking IPerf [Experimental] [Slow] [Feature:Networking-Performance]", func() {
f := framework.NewDefaultFramework("network-perf")