We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c04105 commit 137196aCopy full SHA for 137196a
controllers/remote/cluster_cache_healthcheck_test.go
@@ -95,7 +95,7 @@ func TestClusterCacheHealthCheck(t *testing.T) {
95
Namespace: ns.GetName(),
96
},
97
}
98
- g.Expect(k8sClient.Create(ctx, testCluster)).To(Succeed())
+ g.Expect(env.CreateAndWait(ctx, testCluster)).To(Succeed())
99
conditions.MarkTrue(testCluster, clusterv1.ControlPlaneInitializedCondition)
100
testCluster.Status.InfrastructureReady = true
101
g.Expect(k8sClient.Status().Update(ctx, testCluster)).To(Succeed())
0 commit comments