From 6c56330f747042be2f1d6e723d9c0f77f2151462 Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Sat, 12 May 2018 13:42:08 -0500 Subject: [PATCH] server: Add TODO to a test that might not be stable --- .../com/xsn/explorer/processors/BlockEventsProcessorSpec.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/server/test/com/xsn/explorer/processors/BlockEventsProcessorSpec.scala b/server/test/com/xsn/explorer/processors/BlockEventsProcessorSpec.scala index 452315e..d1c77dd 100644 --- a/server/test/com/xsn/explorer/processors/BlockEventsProcessorSpec.scala +++ b/server/test/com/xsn/explorer/processors/BlockEventsProcessorSpec.scala @@ -173,6 +173,7 @@ class BlockEventsProcessorSpec extends PostgresDataHandlerSpec with ScalaFutures } } + // TODO: failed once on travis, might not be stable "ignore orphan block on rare rechain events when the rpc server doesn't have the block anymore" in { // see https://github.com/X9Developers/block-explorer/issues/6 val block1 = BlockLoader.get("000003fb382f6892ae96594b81aa916a8923c70701de4e7054aac556c7271ef7")