You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2020/07/23 01:38:51 UTC

[james-project] 01/06: JAMES-2813 Disable unstable test

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

commit 396c012d784d9115b4b790eca7f6e35878758763
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Thu Jul 16 13:59:10 2020 +0700

    JAMES-2813 Disable unstable test
---
 .../task/eventsourcing/MemoryTerminationSubscriberTest.java    | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/server/task/task-memory/src/test/java/org/apache/james/task/eventsourcing/MemoryTerminationSubscriberTest.java b/server/task/task-memory/src/test/java/org/apache/james/task/eventsourcing/MemoryTerminationSubscriberTest.java
index b8d2707..544795f 100644
--- a/server/task/task-memory/src/test/java/org/apache/james/task/eventsourcing/MemoryTerminationSubscriberTest.java
+++ b/server/task/task-memory/src/test/java/org/apache/james/task/eventsourcing/MemoryTerminationSubscriberTest.java
@@ -20,8 +20,18 @@
 
 package org.apache.james.task.eventsourcing;
 
+import org.junit.jupiter.api.Disabled;
+import org.junit.jupiter.api.Test;
+
 class MemoryTerminationSubscriberTest implements TerminationSubscriberContract {
     public TerminationSubscriber subscriber() {
         return new MemoryTerminationSubscriber();
     }
+
+    @Disabled("JAMES-2813 This test is unstable")
+    @Override
+    @Test
+    public void dynamicListeningEventsShouldGetOnlyNewEvents() {
+
+    }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org