Skip to content

Commit

Permalink
Merge pull request #982 from niksis02/fix/uncomment-worm-tests
Browse files Browse the repository at this point in the history
Uncomments WORM integration tests
  • Loading branch information
benmcclelland authored Dec 12, 2024
2 parents 3e99c0d + 2a61489 commit 7e530ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/group-tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ func TestGetObjectLegalHold(s *S3Conf) {
func TestWORMProtection(s *S3Conf) {
WORMProtection_bucket_object_lock_configuration_compliance_mode(s)
WORMProtection_bucket_object_lock_configuration_governance_mode(s)
// WORMProtection_bucket_object_lock_governance_bypass_delete(s)
// WORMProtection_bucket_object_lock_governance_bypass_delete_multiple
WORMProtection_bucket_object_lock_governance_bypass_delete(s)
WORMProtection_bucket_object_lock_governance_bypass_delete_multiple(s)
WORMProtection_object_lock_retention_compliance_locked(s)
WORMProtection_object_lock_retention_governance_locked(s)
WORMProtection_object_lock_retention_governance_bypass_overwrite(s)
Expand Down

0 comments on commit 7e530ee

Please sign in to comment.