Reclassify [Example] and [Feature:Example]

This commit is contained in:
Isaac Hollander McCreery
2016-01-12 10:34:12 -08:00
parent 930d796120
commit b202b2eb24
4 changed files with 4 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ const (
serverStartTimeout = podStartTimeout + 3*time.Minute
)
var _ = Describe("[Example] [Skipped]", func() {
var _ = Describe("[Feature:Example]", func() {
framework := NewFramework("examples")
var c *client.Client
var ns string