Skip to content

Commit 46eaf03

Browse files
authored
Merge pull request #390 from shazow/shazow-patch-3
tests: Skip flakey TestHostNameCollision
2 parents fef128b + 3c24677 commit 46eaf03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

host_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ func TestHostGetPrompt(t *testing.T) {
7777
}
7878

7979
func TestHostNameCollision(t *testing.T) {
80+
t.Skip("Test is flakey on CI. :(")
81+
8082
key, err := sshd.NewRandomSigner(512)
8183
if err != nil {
8284
t.Fatal(err)

0 commit comments

Comments
 (0)