mirror of
https://github.com/coder/coder.git
synced 2025-07-10 23:53:15 +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.
|
||||
|
@ -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