diff --git a/agent/agentexec/cli_linux_test.go b/agent/agentexec/cli_linux_test.go index 6a5345971616d..aef43a3b6b23b 100644 --- a/agent/agentexec/cli_linux_test.go +++ b/agent/agentexec/cli_linux_test.go @@ -22,12 +22,9 @@ import ( "github.com/coder/coder/v2/testutil" ) +//nolint:paralleltest // This test is sensitive to environment variables func TestCLI(t *testing.T) { - t.Parallel() - t.Run("OK", func(t *testing.T) { - t.Parallel() - ctx := testutil.Context(t, testutil.WaitMedium) cmd, path := cmd(ctx, t, 123, 12) err := cmd.Start() @@ -40,8 +37,6 @@ func TestCLI(t *testing.T) { }) t.Run("Defaults", func(t *testing.T) { - t.Parallel() - ctx := testutil.Context(t, testutil.WaitMedium) cmd, path := cmd(ctx, t, 0, 0) err := cmd.Start() diff --git a/agent/agentexec/exec_test.go b/agent/agentexec/exec_test.go index 26fcde259eea4..cf25cca473fe9 100644 --- a/agent/agentexec/exec_test.go +++ b/agent/agentexec/exec_test.go @@ -36,7 +36,7 @@ func TestExec(t *testing.T) { //nolint:paralleltest // we need to test environment variables t.Run("Disabled", func(t *testing.T) { if runtime.GOOS != "linux" { - t.Skip("skipping on linux") + t.Skip("skipping on non-linux") } cmd, err := agentexec.CommandContext(context.Background(), "sh", "-c", "sleep") @@ -52,7 +52,7 @@ func TestExec(t *testing.T) { t.Setenv(agentexec.EnvProcPrioMgmt, "hello") if runtime.GOOS != "linux" { - t.Skip("skipping on linux") + t.Skip("skipping on non-linux") } executable, err := os.Executable() @@ -69,7 +69,7 @@ func TestExec(t *testing.T) { t.Setenv(agentexec.EnvProcNiceScore, "10") if runtime.GOOS != "linux" { - t.Skip("skipping on linux") + t.Skip("skipping on non-linux") } executable, err := os.Executable() @@ -86,7 +86,7 @@ func TestExec(t *testing.T) { t.Setenv(agentexec.EnvProcOOMScore, "123") if runtime.GOOS != "linux" { - t.Skip("skipping on linux") + t.Skip("skipping on non-linux") } executable, err := os.Executable() @@ -104,7 +104,7 @@ func TestExec(t *testing.T) { t.Setenv(agentexec.EnvProcNiceScore, "14") if runtime.GOOS != "linux" { - t.Skip("skipping on linux") + t.Skip("skipping on non-linux") } executable, err := os.Executable()
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: