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

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

commit d7a19ef054aeec7d2ef22e7800acef8d37077c53
Author: Quan Tran <hqt...@linagora.com>
AuthorDate: Fri Mar 22 12:34:37 2024 +0700

    JAMES-2586 Postgres RewriteTablesTest should not fail unstable test phase
    
    cf: 
https://github.com/apache/james-project/pull/1963/commits/c6f2462a8d8cf7b90c1509ca9c13ae16ecc74ba5
---
 .../src/test/java/org/apache/james/rrt/postgres/RewriteTablesTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/data/data-postgres/src/test/java/org/apache/james/rrt/postgres/RewriteTablesTest.java
 
b/server/data/data-postgres/src/test/java/org/apache/james/rrt/postgres/RewriteTablesTest.java
index ee1e00e3f5..e6f3e2cef2 100644
--- 
a/server/data/data-postgres/src/test/java/org/apache/james/rrt/postgres/RewriteTablesTest.java
+++ 
b/server/data/data-postgres/src/test/java/org/apache/james/rrt/postgres/RewriteTablesTest.java
@@ -25,7 +25,7 @@ import org.junit.platform.suite.api.IncludeEngines;
 import org.junit.platform.suite.api.SelectClasspathResource;
 import org.junit.platform.suite.api.Suite;
 
-@Suite
+@Suite(failIfNoTests = false)
 @IncludeEngines("cucumber")
 @SelectClasspathResource("cucumber")
 @ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = 
"org.apache.james.rrt.lib,org.apache.james.rrt.postgres")


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to