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

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


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

commit 310ff2335fa629ad834c4d2140ba142109bf57f1
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Sun Sep 3 06:21:54 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 8465d7fd5..a52b03f10 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
@@ -52,6 +52,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;
 
 /**
@@ -241,6 +242,7 @@ public class DIRMINA1172Test
     }
 
     @Test
+    @Ignore
     public void test() throws InterruptedException, IOException
     {
         socket = new DatagramSocket();

Reply via email to