Skip to content

Commit 5f62c63

Browse files
committed
Merge remote-tracking branch 'origin/main' into tg/support-provider-id-format-of-upstream-ccm
2 parents b375950 + ae68154 commit 5f62c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/hcloudremediation_controller_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,15 @@ var _ = Describe("HCloudRemediationReconciler", func() {
204204
})
205205
})
206206

207-
It("checks that no remediation is tried if HCloud server does not exist anymore", func() {
207+
It("checks that no remediation is tried if HCloud server does not exist anymore (flaky)", func() {
208208
By("ensuring if hcloudMachine is provisioned")
209209
Eventually(func() error {
210210
if err := testEnv.Get(ctx, hcloudMachineKey, hcloudMachine); err != nil {
211211
return err
212212
}
213213

214214
if !hcloudMachine.Status.Ready {
215-
return fmt.Errorf("hcloudMachine.Status.Ready is not true (yet)")
215+
return fmt.Errorf("hcloudMachine.Status.Ready is not true (yet) (flaky)")
216216
}
217217
return nil
218218
}, timeout).ShouldNot(HaveOccurred())

0 commit comments

Comments
 (0)