chore: skip some flaky tests (#1643)

* chore: skip some flaky tests

* Update peer/conn_test.go

* add makefile targets, reduce parallelism in go test
This commit is contained in:
Cian Johnston
2022-05-21 00:39:51 +01:00
committed by GitHub
parent 4f75291446
commit a8a8f9dbf3
6 changed files with 36 additions and 7 deletions

View File

@ -23,6 +23,7 @@ import (
)
func TestSSH(t *testing.T) {
t.Skip("This is causing test flakes. TODO @cian fix this")
t.Parallel()
t.Run("ImmediateExit", func(t *testing.T) {
t.Parallel()