Skip to content

Commit

Permalink
Merge pull request #882 from versity/fix/racing-integration-test
Browse files Browse the repository at this point in the history
fix: Runs 'PutObject_racey_success' integration test only on versioni…
  • Loading branch information
benmcclelland authored Oct 9, 2024
2 parents de4c3c8 + 447611f commit f873fb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/group-tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ func TestPutObject(s *S3Conf) {
PutObject_missing_object_lock_retention_config(s)
PutObject_with_object_lock(s)
PutObject_success(s)
PutObject_racey_success(s)
if !s.versioningEnabled {
PutObject_racey_success(s)
}
PutObject_invalid_credentials(s)
}

Expand Down

0 comments on commit f873fb7

Please sign in to comment.