Collapse REBOOT_SKIP_TESTS into GCE_DEFAULT_SKIP_TESTS, and remove GCE_SOAK_CONTINUOUS_SKIP_TESTS as redundant (see notes)

This commit is contained in:
Isaac Hollander McCreery
2016-01-05 12:29:14 -08:00
parent e0e305c6be
commit b731b20907
4 changed files with 23 additions and 33 deletions

View File

@@ -48,7 +48,9 @@ const (
restartPodReadyAgainTimeout = 5 * time.Minute
)
var _ = Describe("Restart", func() {
// 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 c *client.Client
var ps *podStore
var skipped bool