Arsnael commented on code in PR #1672:
URL: https://github.com/apache/james-project/pull/1672#discussion_r1293072723
##########
server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3MinioTest.java:
##########
@@ -120,4 +121,9 @@ void saveShouldWorkForAllPayloadsWithHash() {
.block();
}
+ @Disabled("Minio changed and returns a generic S3Exception instead of a
NoSuchBucketException in its latest release")
Review Comment:
Actually issue is something, see
https://github.com/apache/james-project/pull/1675 @quantranhong1999 comments
that is very pertinent (thanks)
##########
server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3MinioTest.java:
##########
@@ -120,4 +121,9 @@ void saveShouldWorkForAllPayloadsWithHash() {
.block();
}
+ @Disabled("Minio changed and returns a generic S3Exception instead of a
NoSuchBucketException in its latest release")
Review Comment:
Actually issue is something else, see
https://github.com/apache/james-project/pull/1675 @quantranhong1999 comments
that is very pertinent (thanks)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]