This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 77d7bd1629 [Build] Add BasicFeature tag to 
EmailGetMethodContract.shouldUseFastViewWithAttachmentMetadataWhenSupportedBodyPropertiesAtAttachmentReadLevel
 (#2873)
77d7bd1629 is described below

commit 77d7bd16290cdcf7fafbfc58bfe8bec41541e634
Author: Rene Cordier <[email protected]>
AuthorDate: Thu Dec 4 17:43:55 2025 +0700

    [Build] Add BasicFeature tag to 
EmailGetMethodContract.shouldUseFastViewWithAttachmentMetadataWhenSupportedBodyPropertiesAtAttachmentReadLevel
 (#2873)
    
    Forcing the test on the CI, reports of issues down the line regarding PG 
integration tests
---
 .../apache/james/jmap/rfc8621/contract/EmailGetMethodContract.scala    | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailGetMethodContract.scala
 
b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailGetMethodContract.scala
index 0503e12a81..e7348e3589 100644
--- 
a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailGetMethodContract.scala
+++ 
b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailGetMethodContract.scala
@@ -43,6 +43,7 @@ import org.apache.james.jmap.http.UserCredential
 import 
org.apache.james.jmap.rfc8621.contract.EmailGetMethodContract.createTestMessage
 import 
org.apache.james.jmap.rfc8621.contract.Fixture.{ACCEPT_RFC8621_VERSION_HEADER, 
ALICE, ANDRE, ANDRE_ACCOUNT_ID, ANDRE_PASSWORD, BOB, BOB_PASSWORD, DOMAIN, 
authScheme, baseRequestSpecBuilder}
 import org.apache.james.jmap.rfc8621.contract.probe.DelegationProbe
+import org.apache.james.junit.categories.BasicFeature
 import org.apache.james.mailbox.MessageManager.AppendCommand
 import org.apache.james.mailbox.model.MailboxACL.Right
 import org.apache.james.mailbox.model.{ComposedMessageId, MailboxACL, 
MailboxId, MailboxPath, MessageId}
@@ -54,6 +55,7 @@ import org.apache.james.util.ClassLoaderUtils
 import org.apache.james.utils.DataProbeImpl
 import org.assertj.core.api.Assertions.assertThat
 import org.awaitility.Awaitility
+import org.junit.experimental.categories.Category
 import org.junit.jupiter.api.{BeforeEach, Test}
 import play.api.libs.json.Json
 
@@ -4942,6 +4944,7 @@ trait EmailGetMethodContract {
          |}""".stripMargin)
   }
 
+  @Category(Array(classOf[BasicFeature]))
   @Test
   def 
shouldUseFastViewWithAttachmentMetadataWhenSupportedBodyProperties(server: 
GuiceJamesServer): Unit = {
     val path = MailboxPath.inbox(BOB)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to