Skip to content

Commit

Permalink
Skip TestInteg_MultipartPresignURL test
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed May 14, 2021
1 parent dbd4897 commit f9fef41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/internal/integrationtest/s3/presign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ func TestInteg_PresignURL(t *testing.T) {
}

func TestInteg_MultipartPresignURL(t *testing.T) {
t.Skip("CompleteMultipartUpload requires part number to be passed for successful testing.")

cases := map[string]struct {
key string
body io.Reader
Expand Down

0 comments on commit f9fef41

Please sign in to comment.