Revert "Label [Skipped] tests appropriately"

This commit is contained in:
Abhi Shah
2016-01-07 11:54:41 -08:00
parent afeda35a52
commit ce96ff416b
4 changed files with 35 additions and 25 deletions

View File

@@ -48,9 +48,7 @@ const (
restartPodReadyAgainTimeout = 5 * time.Minute
)
// TODO(ihmccreery): This is skipped because it was previously in
// REBOOT_SKIP_TESTS, dates back before version control (#10078)
var _ = Describe("Restart [Skipped]", func() {
var _ = Describe("Restart", func() {
var c *client.Client
var ps *podStore
var skipped bool