mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #19550 from ihmccreery/unskip-restart
Auto commit by PR queue bot
This commit is contained in:
commit
a0909076c0
@ -48,9 +48,9 @@ const (
|
|||||||
restartPodReadyAgainTimeout = 5 * time.Minute
|
restartPodReadyAgainTimeout = 5 * time.Minute
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO(ihmccreery): This is skipped because it was previously in
|
// TODO(ihmccreery): These tests haven't been run for a while, so until they're
|
||||||
// REBOOT_SKIP_TESTS, dates back before version control (#10078)
|
// known stable, consider them a non-core feature.
|
||||||
var _ = Describe("Restart [Skipped]", func() {
|
var _ = Describe("Restart [Feature:Restart]", func() {
|
||||||
var c *client.Client
|
var c *client.Client
|
||||||
var ps *podStore
|
var ps *podStore
|
||||||
var skipped bool
|
var skipped bool
|
||||||
|
Loading…
Reference in New Issue
Block a user