Skip to content

Commit 4bc8057

Browse files
authored
🌱 Mark test as flaky (#1691)
> [It] should take over an existing load balancer with correct name
1 parent 0f77fe3 commit 4bc8057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/hetznercluster_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ var _ = Describe("Hetzner ClusterReconciler", func() {
530530
}, timeout, time.Second).Should(BeTrue())
531531
})
532532

533-
It("should take over an existing load balancer with correct name", func() {
533+
It("should take over an existing load balancer with correct name (flaky)", func() {
534534
By("creating load balancer manually")
535535

536536
opts := hcloud.LoadBalancerCreateOpts{

0 commit comments

Comments
 (0)