mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
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:
@ -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()
|
||||
|
Reference in New Issue
Block a user