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 6b8ad8c commit 1d937a0Copy full SHA for 1d937a0
agent/agentcontainers/devcontainercli_test.go
@@ -35,6 +35,8 @@ func TestDevcontainerCLI_ArgsAndParsing(t *testing.T) {
35
logger := slogtest.Make(t, &slogtest.Options{IgnoreErrors: true}).Leveled(slog.LevelDebug)
36
37
t.Run("Up", func(t *testing.T) {
38
+ t.Parallel()
39
+
40
tests := []struct {
41
name string
42
logFile string
0 commit comments