Skip to content

Commit

Permalink
tests: Skip flakey TestHostNameCollision
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow authored Apr 24, 2021
1 parent fef128b commit 3c24677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ func TestHostGetPrompt(t *testing.T) {
}

func TestHostNameCollision(t *testing.T) {
t.Skip("Test is flakey on CI. :(")

key, err := sshd.NewRandomSigner(512)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 3c24677

Please sign in to comment.