Merge pull request #99016 from wojtek-t/sig_describe

Minor refactor of test/e2e/common names
This commit is contained in:
Kubernetes Prow Robot
2021-02-18 10:03:04 -08:00
committed by GitHub
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() {