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

rcordier 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 f3f9f24805 JAMES-3961 data-file RRT test should not fail unstable test 
phase
f3f9f24805 is described below

commit f3f9f24805e17761ac525bd2b777841def425903
Author: Quan Tran <hqt...@linagora.com>
AuthorDate: Fri Mar 22 12:40:15 2024 +0700

    JAMES-3961 data-file RRT test should not fail unstable test phase
    
    Somehow I missed that in 
https://github.com/apache/james-project/pull/1963/commits/c6f2462a8d8cf7b90c1509ca9c13ae16ecc74ba5
    This commit is to add it back.
---
 .../src/test/java/org/apache/james/rrt/file/RewriteTablesTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/data/data-file/src/test/java/org/apache/james/rrt/file/RewriteTablesTest.java
 
b/server/data/data-file/src/test/java/org/apache/james/rrt/file/RewriteTablesTest.java
index c91ca7687f..e34cea0dc3 100644
--- 
a/server/data/data-file/src/test/java/org/apache/james/rrt/file/RewriteTablesTest.java
+++ 
b/server/data/data-file/src/test/java/org/apache/james/rrt/file/RewriteTablesTest.java
@@ -26,7 +26,7 @@ import org.junit.platform.suite.api.IncludeTags;
 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.file")


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

Reply via email to