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);