Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion e2e/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func runWithDindSwarmAndRegistry(t *testing.T, todo func(dindSwarmAndRegistryInf
}
cmd := icmd.Command(params[0], params[1:]...)
result := icmd.RunCmd(cmd)
result.Assert(t, icmd.Success)
return result.Combined()
}
// Func to execute docker cli commands
Expand Down