Merge pull request #390 from shazow/shazow-patch-3

tests: Skip flakey TestHostNameCollision
This commit is contained in:
Andrey Petrov 2021-04-24 12:49:09 -04:00 committed by GitHub
commit 46eaf037e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)