From f62f64e88de134f69fc0920a254fcb1dd8593420 Mon Sep 17 00:00:00 2001 From: Anthony Emengo Date: Tue, 27 Apr 2021 17:00:11 -0400 Subject: [PATCH] wip: add TODO Signed-off-by: Anthony Emengo --- internal/image/fetcher_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/image/fetcher_test.go b/internal/image/fetcher_test.go index c6f5dbf4de..8613060942 100644 --- a/internal/image/fetcher_test.go +++ b/internal/image/fetcher_test.go @@ -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() {