Skip to content

Commit

Permalink
Retry flaky ssh test on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored May 21, 2024
1 parent e9b1f00 commit 5ffa691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/clissh/ssh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ var _ = Describe("CLI SSH", Serial, func() {
Expect(response).To(Equal([]byte(msg)))
}

It("dials the connect address when a local connection is made", func() {
It("dials the connect address when a local connection is made", FlakeAttempts(5), func() {
Expect(forwardErr).NotTo(HaveOccurred())

conn, err := net.Dial("tcp", localAddress)
Expand Down

0 comments on commit 5ffa691

Please sign in to comment.