Skip to content

Commit

Permalink
Merge pull request #11379 from Nordix/fix-TestClusterResourceSetRecon…
Browse files Browse the repository at this point in the history
…ciler/adil

🌱 Fixing TestClusterResourceSetReconciler flaky test
  • Loading branch information
k8s-ci-robot authored Nov 5, 2024
2 parents f9cd33f + 2f5a5bd commit 8fe14d4
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 8fe14d4

Please sign in to comment.