mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
Enable NodeLease tests by default
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user