Minor refactor of test/e2e/common names

This commit is contained in:
wojtekt
2021-02-12 08:47:01 +01:00
parent f81235605a
commit 498441448c
19 changed files with 905 additions and 865 deletions

View File

@@ -35,7 +35,7 @@ import (
"github.com/onsi/gomega"
)
var _ = ginkgo.Describe("[sig-node] RuntimeClass", func() {
var _ = SIGDescribe("RuntimeClass", func() {
f := framework.NewDefaultFramework("runtimeclass")
ginkgo.It("should reject a Pod requesting a RuntimeClass with conflicting node selector", func() {