mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user