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 afcb76d  JAMES-3255 Tag RabbitMQEventDeadLettersIntegrationTest as 
unstable
afcb76d is described below

commit afcb76d6b6f7939b0726ba8fe6db2e9f6bb050fd
Author: Benoit Tellier <[email protected]>
AuthorDate: Fri Mar 26 12:07:10 2021 +0700

    JAMES-3255 Tag RabbitMQEventDeadLettersIntegrationTest as unstable
---
 .../integration/rabbitmq/RabbitMQEventDeadLettersIntegrationTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQEventDeadLettersIntegrationTest.java
 
b/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQEventDeadLettersIntegrationTest.java
index a9c26b6..0484fc4 100644
--- 
a/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQEventDeadLettersIntegrationTest.java
+++ 
b/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQEventDeadLettersIntegrationTest.java
@@ -87,6 +87,7 @@ import io.restassured.RestAssured;
 import io.restassured.http.ContentType;
 
 @Tag(BasicFeature.TAG)
+@Tag(Unstable.TAG)
 class RabbitMQEventDeadLettersIntegrationTest {
     public static class RetryEventsListenerGroup extends Group {
     }
@@ -536,7 +537,6 @@ class RabbitMQEventDeadLettersIntegrationTest {
             .body(".", hasSize(0));
     }
 
-    @Tag(Unstable.TAG)
     @Test
     void 
multipleFailedEventsShouldBeCorrectlyProcessedByListenerAfterSuccessfulGroupRedelivery(RetryEventsListener
 retryEventsListener) {
         retryEventsListener.callsPerEventBeforeSuccess(MAX_RETRIES + 1);

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

Reply via email to