commit | 63298808e2bf37676982ac541384b1501fbeef52 | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Thu Sep 29 18:21:40 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon Oct 03 21:41:13 2016 +0000 |
tree | 9566307d7c03739034345848dc943723684a08f8 | |
parent | cbc57e3b22ab7cf64b88cc9489a49ba39868addc [diff] |
Disabling NettyMessagingManagerTest.testSendAndReceive() for random failures Change-Id: I79be3924790bd42902e45c4f948a12cf07564728
diff --git a/core/store/dist/src/test/java/org/onosproject/store/cluster/messaging/impl/NettyMessagingManagerTest.java b/core/store/dist/src/test/java/org/onosproject/store/cluster/messaging/impl/NettyMessagingManagerTest.java index 9c8a016..4122888 100644 --- a/core/store/dist/src/test/java/org/onosproject/store/cluster/messaging/impl/NettyMessagingManagerTest.java +++ b/core/store/dist/src/test/java/org/onosproject/store/cluster/messaging/impl/NettyMessagingManagerTest.java
@@ -133,6 +133,7 @@ } @Test + @Ignore // FIXME disabled on 9/29/16 due to random failures public void testSendAndReceive() { String subject = nextSubject(); AtomicBoolean handlerInvoked = new AtomicBoolean(false);