mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Enable NodeLease tests by default
This commit is contained in:
parent
5e86fa43f5
commit
291d02486f
@ -32,7 +32,7 @@ import (
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = framework.KubeDescribe("[Feature:NodeLease][NodeAlphaFeature:NodeLease]", func() {
|
||||
var _ = framework.KubeDescribe("NodeLease", func() {
|
||||
var nodeName string
|
||||
f := framework.NewDefaultFramework("node-lease-test")
|
||||
|
||||
|
@ -30,7 +30,7 @@ import (
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("[Feature:NodeLease][NodeAlphaFeature:NodeLease][Disruptive]", func() {
|
||||
var _ = SIGDescribe("[Disruptive]NodeLease", func() {
|
||||
f := framework.NewDefaultFramework("node-lease-test")
|
||||
var systemPodsNo int32
|
||||
var c clientset.Interface
|
||||
|
Loading…
Reference in New Issue
Block a user