Skip to content

Commit 1d937a0

Browse files
committed
fixup! fixup! allow paralleltest
1 parent 6b8ad8c commit 1d937a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/agentcontainers/devcontainercli_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ func TestDevcontainerCLI_ArgsAndParsing(t *testing.T) {
3535
logger := slogtest.Make(t, &slogtest.Options{IgnoreErrors: true}).Leveled(slog.LevelDebug)
3636

3737
t.Run("Up", func(t *testing.T) {
38+
t.Parallel()
39+
3840
tests := []struct {
3941
name string
4042
logFile string

0 commit comments

Comments
 (0)