Enable NodeLease tests by default

This commit is contained in:
wojtekt 2019-01-17 20:35:51 +01:00
parent 5e86fa43f5
commit 291d02486f
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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