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.
2 parents 6c04105 + 137196a commit 0202f9cCopy full SHA for 0202f9c
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