mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 15:17:16 +03:00
tests: Skip flakey TestHostNameCollision
This commit is contained in:
parent
fef128b91f
commit
3c246777a1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user