Skip to content

Commit

Permalink
Merge pull request #829 from versity/ben/enable_tests
Browse files Browse the repository at this point in the history
fix: enable TestUploadPartCopy tests in full flow
  • Loading branch information
benmcclelland authored Sep 23, 2024
2 parents b2d9a58 + 14595ac commit 9f9f895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/group-tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ func TestFullFlow(s *S3Conf) {
TestDeleteObjectTagging(s)
TestCreateMultipartUpload(s)
TestUploadPart(s)
// TestUploadPartCopy(s)
TestUploadPartCopy(s)
TestListParts(s)
TestListMultipartUploads(s)
TestAbortMultipartUpload(s)
Expand Down

0 comments on commit 9f9f895

Please sign in to comment.