Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Devanshu <[email protected]>
  • Loading branch information
devanshuVmware committed Dec 24, 2024
1 parent 5f31c9d commit c65ba79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/test/e2e/package_repo_release_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func TestPackageRepositoryReleaseInteractively(t *testing.T) {
args := []string{"tag", "list", "-i", os.Getenv("KCTRL_E2E_IMAGE")}
cmd := exec.Command("imgpkg", args...)
output, err := cmd.Output()
// t.Logf("the tags are: %s", output)
require.Contains(t, string(output), version)
require.NoError(t, err, "There was an error in listing the tags")
})
Expand All @@ -88,7 +87,6 @@ func TestPackageRepositoryReleaseInteractively(t *testing.T) {
args := []string{"tag", "list", "-i", os.Getenv("KCTRL_E2E_IMAGE")}
cmd := exec.Command("imgpkg", args...)
output, err := cmd.Output()
// t.Logf("the tags are: %s", output)
require.Contains(t, string(output), tag)
require.NoError(t, err, "There was an error in listing the tags")
})
Expand Down

0 comments on commit c65ba79

Please sign in to comment.