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:
@ -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.
|
||||
|
Reference in New Issue
Block a user