diff --git a/test/conformance/testdata/conformance.txt b/test/conformance/testdata/conformance.txt index 8a3106aae48..ace1d894f54 100644 --- a/test/conformance/testdata/conformance.txt +++ b/test/conformance/testdata/conformance.txt @@ -14,6 +14,7 @@ test/e2e/apimachinery/crd_watch.go: "watch on custom resource definition objects test/e2e/apimachinery/custom_resource_definition.go: "creating/deleting custom resource definition objects works" test/e2e/apimachinery/custom_resource_definition.go: "listing custom resource definition objects works" test/e2e/apimachinery/custom_resource_definition.go: "getting/updating/patching custom resource definition status sub-resource works" +test/e2e/apimachinery/custom_resource_definition.go: "should include custom resource definition resources in discovery documents" test/e2e/apimachinery/garbage_collector.go: "should delete pods created by rc when not orphaning" test/e2e/apimachinery/garbage_collector.go: "should orphan pods created by rc if delete options say so" test/e2e/apimachinery/garbage_collector.go: "should delete RS created by deployment when not orphaning" diff --git a/test/e2e/apimachinery/custom_resource_definition.go b/test/e2e/apimachinery/custom_resource_definition.go index f7fcba9d532..ccf5f286159 100644 --- a/test/e2e/apimachinery/custom_resource_definition.go +++ b/test/e2e/apimachinery/custom_resource_definition.go @@ -188,7 +188,7 @@ var _ = SIGDescribe("CustomResourceDefinition resources [Privileged:ClusterAdmin Description: Fetch /apis, /apis/apiextensions.k8s.io, and /apis/apiextensions.k8s.io/v1 discovery documents, and ensure they indicate CustomResourceDefinition apiextensions.k8s.io/v1 resources are available. */ - ginkgo.It("should include custom resource definition resources in discovery documents", func() { + framework.ConformanceIt("should include custom resource definition resources in discovery documents", func() { { ginkgo.By("fetching the /apis discovery document") apiGroupList := &metav1.APIGroupList{}