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

elecharny pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/2.2.X by this push:
     new 48de5d2f6 Ignore the test, otherwise it will loop forever
48de5d2f6 is described below

commit 48de5d2f61c65dd069d66bb04dba7867f916f1ce
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Sun Sep 3 06:21:35 2023 +0200

    Ignore the test, otherwise it will loop forever
---
 .../test/java/org/apache/mina/transport/socket/nio/DIRMINA1172Test.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DIRMINA1172Test.java
 
b/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DIRMINA1172Test.java
index 73c4feb67..673a6c4dd 100644
--- 
a/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DIRMINA1172Test.java
+++ 
b/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DIRMINA1172Test.java
@@ -17,6 +17,7 @@ import org.apache.mina.core.session.IoSession;
 import org.apache.mina.filter.FilterEvent;
 import org.apache.mina.filter.logging.LoggingFilter;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class DIRMINA1172Test
@@ -201,6 +202,7 @@ public class DIRMINA1172Test
     }
 
     @Test
+    @Ignore
     public void test() throws InterruptedException, IOException
     {
         socket = new DatagramSocket();

Reply via email to