Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#8370 from killianmuldoon/pr-fix-ma…
Browse files Browse the repository at this point in the history
…chine-phases-flake

🐛 Fix flake in machine phases test
  • Loading branch information
k8s-ci-robot committed Mar 24, 2023
2 parents 9e48879 + 7069124 commit 75afbcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestReconcileMachinePhases(t *testing.T) {
}, 10*time.Second).Should(BeTrue())

// Wait until InfraMachine has the ownerReference.
g.Eventually(func() bool {
g.Eventually(func(g Gomega) bool {
if err := env.Get(ctx, client.ObjectKeyFromObject(infraMachine), infraMachine); err != nil {
return false
}
Expand Down

0 comments on commit 75afbcb

Please sign in to comment.