Skip to content

feat(agent): implement recreate for devcontainers #17308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 10, 2025
Prev Previous commit
Next Next commit
fixup! allow paralleltest
  • Loading branch information
mafredri committed Apr 10, 2025
commit 6b8ad8c2373dd180e98e98d896b74bcd57dfed2e
1 change: 0 additions & 1 deletion agent/agentcontainers/devcontainercli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func TestDevcontainerCLI_ArgsAndParsing(t *testing.T) {

logger := slogtest.Make(t, &slogtest.Options{IgnoreErrors: true}).Leveled(slog.LevelDebug)

//nolint:paralleltest // This test is not parallel-safe due to t.Setenv.
t.Run("Up", func(t *testing.T) {
tests := []struct {
name string
Expand Down
Loading