We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b850b07 commit 6b8ad8cCopy full SHA for 6b8ad8c
agent/agentcontainers/devcontainercli_test.go
@@ -34,7 +34,6 @@ func TestDevcontainerCLI_ArgsAndParsing(t *testing.T) {
34
35
logger := slogtest.Make(t, &slogtest.Options{IgnoreErrors: true}).Leveled(slog.LevelDebug)
36
37
- //nolint:paralleltest // This test is not parallel-safe due to t.Setenv.
38
t.Run("Up", func(t *testing.T) {
39
tests := []struct {
40
name string
0 commit comments