Reclassify Restart tests as [Disruptive] and skip [Feature:.+] tests in -serial jobs

This commit is contained in:
Isaac Hollander McCreery
2016-01-28 14:44:22 -08:00
parent 458eb5284a
commit 843b913b07
2 changed files with 5 additions and 7 deletions

View File

@@ -48,9 +48,7 @@ const (
restartPodReadyAgainTimeout = 5 * time.Minute
)
// TODO(ihmccreery): These tests haven't been run for a while, so until they're
// known stable, consider them a non-core feature.
var _ = Describe("Restart [Feature:Restart]", func() {
var _ = Describe("Restart [Disruptive]", func() {
var c *client.Client
var ps *podStore
var skipped bool