Merge pull request #21090 from ihmccreery/feature-reboot

Quarantine reboot tests (again)
This commit is contained in:
Mike Danese
2016-02-11 11:28:37 -08:00
3 changed files with 31 additions and 11 deletions

View File

@@ -45,7 +45,7 @@ const (
rebootPodReadyAgainTimeout = 5 * time.Minute
)
var _ = Describe("Reboot [Disruptive]", func() {
var _ = Describe("Reboot [Disruptive] [Feature:Reboot]", func() {
var f *Framework
BeforeEach(func() {