Skip to content

Commit

Permalink
wip: add TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Emengo <[email protected]>
  • Loading branch information
Anthony Emengo committed May 10, 2021
1 parent 76a320b commit f62f64e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/image/fetcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ func testFetcher(t *testing.T, when spec.G, it spec.S) {
h.AssertNil(t, err)

h.AssertNil(t, img.Save())

// TODO: delete the following line
// Pushing the image seems to make the image "valid"
// But now the test case seems invalid
h.AssertNil(t, h.PushImage(docker, img.Name(), registryConfig))
})

it.After(func() {
Expand Down

0 comments on commit f62f64e

Please sign in to comment.