We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd4897 commit f9fef41Copy full SHA for f9fef41
service/internal/integrationtest/s3/presign_test.go
@@ -124,6 +124,8 @@ func TestInteg_PresignURL(t *testing.T) {
124
}
125
126
func TestInteg_MultipartPresignURL(t *testing.T) {
127
+ t.Skip("CompleteMultipartUpload requires part number to be passed for successful testing.")
128
+
129
cases := map[string]struct {
130
key string
131
body io.Reader
0 commit comments