commit | a91dc198c8c1236e47b12e6eb00ac944329d5ed8 | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Tue Oct 25 00:44:37 2016 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Tue Oct 25 00:46:14 2016 -0700 |
tree | 98b036dd68e54ca15e2dacb24376785e77dafe97 | |
parent | dedf24c5b7a99791187722d79348d02324d0b58c [diff] |
Adding FIXME to IntentCleanupTestMock Change-Id: I8e0e59a1c07055eefb81d434bcbd129748497585
diff --git a/core/net/src/test/java/org/onosproject/net/intent/impl/IntentCleanupTestMock.java b/core/net/src/test/java/org/onosproject/net/intent/impl/IntentCleanupTestMock.java index 3055a67..9d29729 100644 --- a/core/net/src/test/java/org/onosproject/net/intent/impl/IntentCleanupTestMock.java +++ b/core/net/src/test/java/org/onosproject/net/intent/impl/IntentCleanupTestMock.java
@@ -92,6 +92,7 @@ /** * Trigger resubmit of intent in CORRUPT during periodic poll. */ + // FIXME there is a race condition in this test that will trigger a failure very rarely @Test public void corruptPoll() { IntentStoreDelegate mockDelegate = new IntentStoreDelegate() {