diff --git a/test/e2e/vsphere/multi-nic.go b/test/e2e/vsphere/multi-nic.go index 9f4b147fc..0aa2f0abc 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()