diff --git a/oci/layout/oci_transport_test.go b/oci/layout/oci_transport_test.go index 10fe5d96dd..6f06c3acc6 100644 --- a/oci/layout/oci_transport_test.go +++ b/oci/layout/oci_transport_test.go @@ -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)