diff --git a/s3api/controllers/base_test.go b/s3api/controllers/base_test.go
index 598056e0..6546237a 100644
--- a/s3api/controllers/base_test.go
+++ b/s3api/controllers/base_test.go
@@ -941,12 +941,12 @@ func TestS3ApiController_PutActions(t *testing.T) {
`
- retentionBody := `
-
- GOVERNANCE
- 2025-01-01T00:00:00Z
-
- `
+ //retentionBody := `
+ //
+ // GOVERNANCE
+ // 2025-01-01T00:00:00Z
+ //
+ //`
legalHoldBody := `
@@ -1076,15 +1076,15 @@ func TestS3ApiController_PutActions(t *testing.T) {
wantErr: false,
statusCode: 400,
},
- {
- name: "put-object-retention-success",
- app: app,
- args: args{
- req: httptest.NewRequest(http.MethodPut, "/my-bucket/my-key?retention", strings.NewReader(retentionBody)),
- },
- wantErr: false,
- statusCode: 200,
- },
+ //{
+ // name: "put-object-retention-success",
+ // app: app,
+ // args: args{
+ // req: httptest.NewRequest(http.MethodPut, "/my-bucket/my-key?retention", strings.NewReader(retentionBody)),
+ // },
+ // wantErr: false,
+ // statusCode: 200,
+ //},
{
name: "put-legal-hold-invalid-request",
app: app,