mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 17:16:12 +00:00
Reclassify Restart tests as [Disruptive] and skip [Feature:.+] tests in -serial jobs
This commit is contained in:
@@ -48,9 +48,7 @@ const (
|
||||
restartPodReadyAgainTimeout = 5 * time.Minute
|
||||
)
|
||||
|
||||
// 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 _ = Describe("Restart [Disruptive]", func() {
|
||||
var c *client.Client
|
||||
var ps *podStore
|
||||
var skipped bool
|
||||
|
Reference in New Issue
Block a user