3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-11 17:55:53 +00:00

Mark unrelated flaky test

This commit is contained in:
Devrandom 2014-11-05 10:56:52 -08:00 committed by Mike Hearn
parent b9bca58f26
commit beb6f0873f

View File

@ -93,6 +93,7 @@ public class TransactionBroadcastTest extends TestWithPeerGroup {
inbound(channels[1], InventoryMessage.with(tx));
pingAndWait(channels[1]);
Threading.waitForUserCode();
// FIXME flaky test - future is not handled on user thread
assertTrue(future.isDone());
}