This is an automated email from the ASF dual-hosted git repository. quantranhong1999 pushed a commit to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/james-project.git
commit d8446b944f64b5cf71dcd818bf23bb6d98546b18 Author: Benoit TELLIER <[email protected]> AuthorDate: Sat Aug 15 14:08:37 2026 +0700 Disable unstable test --- .../james/blob/objectstorage/aws/S3PassThroughBlobStoreTest.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3PassThroughBlobStoreTest.java b/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3PassThroughBlobStoreTest.java index 89bf9037f3..dfd6ce0a04 100644 --- a/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3PassThroughBlobStoreTest.java +++ b/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3PassThroughBlobStoreTest.java @@ -27,6 +27,7 @@ import org.apache.james.server.blob.deduplication.BlobStoreFactory; import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeAll; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.extension.ExtendWith; @ExtendWith(DockerAwsS3Extension.class) @@ -78,4 +79,8 @@ class S3PassThroughBlobStoreTest implements BlobStoreContract { return new HashBlobId.Factory(); } + @Override + @Disabled("Unstable: Duplicate handler name: HttpStreamsClientHandler#0-body-subscriber") + public void readBytesShouldReturnBigSavedByteSource(BlobStore.StoragePolicy storagePolicy) { + } } \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
