Add NodeFeature tag to ephemeral containers e2e

This commit is contained in:
Lee Verberne 2021-11-11 05:54:01 -05:00
parent d9f06f9e18
commit e1e97a0e47

View File

@ -31,7 +31,7 @@ import (
"github.com/onsi/ginkgo" "github.com/onsi/ginkgo"
) )
var _ = SIGDescribe("Ephemeral Containers", func() { var _ = SIGDescribe("Ephemeral Containers [NodeFeature:EphemeralContainers]", func() {
f := framework.NewDefaultFramework("ephemeral-containers-test") f := framework.NewDefaultFramework("ephemeral-containers-test")
var podClient *framework.PodClient var podClient *framework.PodClient
ginkgo.BeforeEach(func() { ginkgo.BeforeEach(func() {