Skip to content

Commit

Permalink
Retry flakes for all ssh suit
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored May 22, 2024
1 parent 845810b commit 2130e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/clissh/ssh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func BlockAcceptOnClose(fake *fake_net.FakeListener) {
}
}

var _ = Describe("CLI SSH", Serial, func() {
var _ = FDescribe("CLI SSH", Serial, FlakeAttempts(9), func() {
var (
fakeSecureDialer *clisshfakes.FakeSecureDialer
fakeSecureClient *clisshfakes.FakeSecureClient
Expand Down 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", FlakeAttempts(5), func() {
It("dials the connect address when a local connection is made", func() {
Expect(forwardErr).NotTo(HaveOccurred())

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

0 comments on commit 2130e7b

Please sign in to comment.