add [sig-apps] prefix to workload e2e tests

This commit is contained in:
Jun Xiang Tee
2017-07-12 11:35:57 -07:00
parent b31d1db4f4
commit 0c93f75629
12 changed files with 34 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ var (
nilRs *extensions.ReplicaSet
)
var _ = framework.KubeDescribe("Deployment", func() {
var _ = SIGDescribe("Deployment", func() {
var ns string
var c clientset.Interface