This is an automated email from the ASF dual-hosted git repository. quantranhong1999 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 883c99e8205d26c0ffb88531c6b316799b5a30bb Author: Quan Tran <[email protected]> AuthorDate: Mon May 11 10:06:04 2026 +0700 [BUILD] Add BASIC_FEATURE tag to rangeFlagsRemovalShouldUpdateStoredFlags So it runs on Distributed and Postgres (given memory was disabled). --- .../org/apache/james/jmap/rfc8621/contract/EmailSetMethodContract.scala | 1 + 1 file changed, 1 insertion(+) 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/EmailSetMethodContract.scala b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailSetMethodContract.scala index 58f497a027..362035eb89 100644 --- a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailSetMethodContract.scala +++ b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailSetMethodContract.scala @@ -5767,6 +5767,7 @@ trait EmailSetMethodContract { } @Test + @Tag(CategoryTags.BASIC_FEATURE) def rangeFlagsRemovalShouldUpdateStoredFlags(server: GuiceJamesServer): Unit = { val message: Message = Fixture.createTestMessage --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
