Skip to content

Commit

Permalink
Adding skipped test for empty ref.image when more than one image
Browse files Browse the repository at this point in the history
  • Loading branch information
Pvlerick committed Jun 23, 2023
1 parent 8451d61 commit 399f4c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions oci/layout/oci_transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,10 @@ func TestReferenceDeleteImage_someLayersAreReferencedByOtherImages(t *testing.T)
t.Skip("not implemented yet")
}

func TestReferenceDeleteImage_emptyImageNameButMoreThanOneImage(t *testing.T) {
t.Skip("not implemented yet")
}

func TestReferenceOCILayoutPath(t *testing.T) {
ref, tmpDir := refToTempOCI(t)
ociRef, ok := ref.(ociReference)
Expand Down

0 comments on commit 399f4c3

Please sign in to comment.