From af4e1e32ae39029ac8be68f550bc0688e57f93a8 Mon Sep 17 00:00:00 2001 From: David Eads Date: Wed, 11 Mar 2026 15:18:34 -0400 Subject: [PATCH] try to fail --- test/e2e/cluster_authorized_cidrs_connectivity.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/e2e/cluster_authorized_cidrs_connectivity.go b/test/e2e/cluster_authorized_cidrs_connectivity.go index fa474a8814b..4df25c07b3b 100644 --- a/test/e2e/cluster_authorized_cidrs_connectivity.go +++ b/test/e2e/cluster_authorized_cidrs_connectivity.go @@ -404,6 +404,11 @@ var _ = Describe("Authorized CIDRs", func() { to.Ptr("192.0.2.0/24"), // Use TEST-NET-1 (reserved for documentation) } + // corrupt the way I think we failed + if currentCluster.Identity != nil && currentCluster.Identity.UserAssignedIdentities != nil { + currentCluster.Identity.UserAssignedIdentities = nil + } + // Use CreateOrUpdate (PUT) to apply the change poller, err := tc.Get20240610ClientFactoryOrDie(ctx).NewHcpOpenShiftClustersClient().BeginCreateOrUpdate( ctx,