From f9fef411099b33d0b9cdf1fe402db1a20fb5695a Mon Sep 17 00:00:00 2001 From: Sean McGrail Date: Thu, 13 May 2021 17:06:11 -0700 Subject: [PATCH] Skip TestInteg_MultipartPresignURL test --- service/internal/integrationtest/s3/presign_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/internal/integrationtest/s3/presign_test.go b/service/internal/integrationtest/s3/presign_test.go index 183c30fa6f0..ddbba6d3c87 100644 --- a/service/internal/integrationtest/s3/presign_test.go +++ b/service/internal/integrationtest/s3/presign_test.go @@ -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