Skip to content

Commit f9fef41

Browse files
committed
Skip TestInteg_MultipartPresignURL test
1 parent dbd4897 commit f9fef41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

service/internal/integrationtest/s3/presign_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ func TestInteg_PresignURL(t *testing.T) {
124124
}
125125

126126
func TestInteg_MultipartPresignURL(t *testing.T) {
127+
t.Skip("CompleteMultipartUpload requires part number to be passed for successful testing.")
128+
127129
cases := map[string]struct {
128130
key string
129131
body io.Reader

0 commit comments

Comments
 (0)