mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +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:
@ -59,6 +59,7 @@ func TestMain(m *testing.M) {
|
||||
}
|
||||
|
||||
func TestConn(t *testing.T) {
|
||||
t.Skip("known flake -- https://github.com/coder/coder/issues/1644")
|
||||
t.Parallel()
|
||||
|
||||
t.Run("Ping", func(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user