commit | 3e51ea467fc92771143bd645913fc68a8692d86f | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Mon Nov 24 18:12:54 2014 -0800 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Mon Nov 24 18:29:13 2014 -0800 |
tree | 791ae5503f43bb011ad8dd42c2016ecd495dd8e7 | |
parent | e4920dcd6529a3d1e2cc7d501880a3c84db1e55e [diff] |
PingPongTest: turning off fragile test failing randomly Change-Id: I6ce2df09dafda097f096ea941ba49162fe48934c
diff --git a/utils/netty/src/test/java/org/onlab/netty/PingPongTest.java b/utils/netty/src/test/java/org/onlab/netty/PingPongTest.java index 961568b..ab816b2 100644 --- a/utils/netty/src/test/java/org/onlab/netty/PingPongTest.java +++ b/utils/netty/src/test/java/org/onlab/netty/PingPongTest.java
@@ -22,6 +22,7 @@ import static org.junit.Assert.*; +import org.junit.Ignore; import org.junit.Test; /** @@ -29,6 +30,7 @@ */ public class PingPongTest { + @Ignore("Turning off fragile test") @Test public void testPingPong() throws Exception { NettyMessagingService pinger = new NettyMessagingService(8085);