mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Don't skip Restart tests, just mark as [Feature:Restart] to start stabilizing
This commit is contained in:
parent
4e72ded59d
commit
7779e0325d
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue