Skip to content

Commit 0ea650b

Browse files
committed
Fix: conformance data, conformance test entrypoint
1 parent 0b6994e commit 0ea650b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/common/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ var _ = ginkgo.Describe("[sig-node] ConfigMap", func() {
174174
Description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching the ConfigMap MUST reflect changes.
175175
By fetching all the ConfigMaps via a Label selector it MUST find the ConfigMap by it's static label and updated value. The ConfigMap must be deleted by Collection.
176176
*/
177-
ginkgo.It("should run through a ConfigMap lifecycle", func() {
177+
framework.ConformanceIt("should run through a ConfigMap lifecycle", func() {
178178
testNamespaceName := f.Namespace.Name
179179
testConfigMapName := "test-configmap" + string(uuid.NewUUID())
180180

0 commit comments

Comments
 (0)