Skip to content

Commit

Permalink
Fixing TestClusterResourceSetReconciler flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Adil Ghaffar <[email protected]>
  • Loading branch information
adilGhaffarDev committed Nov 5, 2024
1 parent f810589 commit 2f5a5bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ metadata:
}, timeout).Should(BeTrue())

t.Log("Create Kubernetes API Server Service")
g.Expect(env.Delete(ctx, fakeService)).Should(Succeed())
g.Expect(env.CleanupAndWait(ctx, fakeService)).Should(Succeed())
kubernetesAPIServerService.ResourceVersion = ""
g.Expect(env.Create(ctx, kubernetesAPIServerService)).Should(Succeed())

Expand Down

0 comments on commit 2f5a5bd

Please sign in to comment.