From ea10f5c3d440390698d98c20fbb1dc7377713ea3 Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Tue, 15 Jul 2025 15:47:58 -0500 Subject: [PATCH] Fix DRA conformance config --- test/e2e/data/kubetest/conformance-dra-ginkgo-v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/data/kubetest/conformance-dra-ginkgo-v2.yaml b/test/e2e/data/kubetest/conformance-dra-ginkgo-v2.yaml index 5c79646d20b..bebfce123d5 100644 --- a/test/e2e/data/kubetest/conformance-dra-ginkgo-v2.yaml +++ b/test/e2e/data/kubetest/conformance-dra-ginkgo-v2.yaml @@ -1,4 +1,4 @@ -ginkgo.label-filter: "Feature: containsAny DynamicResourceAllocation && Feature: isSubsetOf DynamicResourceAllocation && !Flaky" +ginkgo.label-filter: "DRA && Feature: isSubsetOf { OffByDefault, DynamicResourceAllocation } && !Alpha && !Flaky" disable-log-dump: true ginkgo.progress: true ginkgo.slow-spec-threshold: 120s