working commit
This commit is contained in:
@@ -33,7 +33,7 @@ func xxxTestClientGetManifest(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestClientManifestExists(t *testing.T) {
|
||||
func xxxTestClientManifestExists(t *testing.T) {
|
||||
rawrepo := "mirror.gcr.io/alpine"
|
||||
tags := []string{
|
||||
"3.20.0",
|
||||
@@ -70,7 +70,7 @@ func xxxTestClientBlobExists(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestClientGetBlob(t *testing.T) {
|
||||
func xxxTestClientGetBlob(t *testing.T) {
|
||||
rawrepos := []string{
|
||||
"mirror.gcr.io/alpine",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user