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

@ -6,9 +6,10 @@ import (
"golang.org/x/xerrors"
"gopkg.in/yaml.v3"
"github.com/spf13/cobra"
"github.com/coder/coder/cli/cliui"
"github.com/coder/coder/codersdk"
"github.com/spf13/cobra"
)
// Reads a YAML file and populates a string -> string map.