x/registry: skip ref test
This commit is contained in:
parent
1a346640db
commit
bdd05e0ae0
@ -205,7 +205,7 @@ func pushLayer(body io.ReaderAt, url string, off, n int64) (apitype.CompletePart
|
|||||||
// is tricky and if we get it wrong in our server, we can refer back to this
|
// is tricky and if we get it wrong in our server, we can refer back to this
|
||||||
// as a "back to basics" test/reference.
|
// as a "back to basics" test/reference.
|
||||||
func TestBasicPresignS3MultipartReferenceDoNotDelete(t *testing.T) {
|
func TestBasicPresignS3MultipartReferenceDoNotDelete(t *testing.T) {
|
||||||
// t.Skip("skipping reference test; unskip when needed")
|
t.Skip("skipping reference test; unskip when needed")
|
||||||
|
|
||||||
mc := startMinio(t, true)
|
mc := startMinio(t, true)
|
||||||
mcc := &minio.Core{Client: mc}
|
mcc := &minio.Core{Client: mc}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user