Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relabel Restart tests as [Feature:Restart] #19550

Merged
merged 1 commit into from
Jan 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/e2e/restart.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ 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() {
// 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 c *client.Client
var ps *podStore
var skipped bool
Expand Down