From aef1aaff36a3e0c572ca5ee5d6ca50f030d9f9c4 Mon Sep 17 00:00:00 2001 From: Neil Girard Date: Tue, 11 Aug 2026 15:26:37 -0400 Subject: [PATCH] OCPBUGS-105407: Remove VSphereMultiNetworks feature gate from e2e test The VSphereMultiNetworks feature has been GA for several releases. Remove the OCPFeatureGate tag so the multi-NIC e2e test runs unconditionally. Co-Authored-By: Claude Opus 4.6 --- test/e2e/vsphere/multi-nic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/vsphere/multi-nic.go b/test/e2e/vsphere/multi-nic.go index 9f4b147fc6..0aa2f0abc3 100644 --- a/test/e2e/vsphere/multi-nic.go +++ b/test/e2e/vsphere/multi-nic.go @@ -149,7 +149,7 @@ func failIfMachineDoesNotHaveAllPortgroups(machine machinev1beta1.Machine, failu Expect(slices.Equal(expectedPortgroups, portgroups)).To(BeTrue()) } -var _ = Describe("[sig-cluster-lifecycle][OCPFeatureGate:VSphereMultiNetworks][platform:vsphere] Managed cluster should", Label("Conformance"), func() { +var _ = Describe("[sig-cluster-lifecycle][platform:vsphere] Managed cluster should", Label("Conformance"), func() { defer GinkgoRecover() ctx := context.Background()