Skip to content

Commit

Permalink
Remove focus
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored May 22, 2024
1 parent 2130e7b commit 8d3bdea
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 @@ -50,7 +50,7 @@ func BlockAcceptOnClose(fake *fake_net.FakeListener) {
}
}

var _ = FDescribe("CLI SSH", Serial, FlakeAttempts(9), func() {
var _ = Describe("CLI SSH", Serial, FlakeAttempts(9), func() {
var (
fakeSecureDialer *clisshfakes.FakeSecureDialer
fakeSecureClient *clisshfakes.FakeSecureClient
Expand Down

0 comments on commit 8d3bdea

Please sign in to comment.