Re-enable BFT tests after porting away from NodeBasedTest (#889)

This commit is contained in:
Andrzej Cichocki
2017-07-10 09:30:28 +01:00
committed by GitHub
parent d2869e4f45
commit 365364ddd5

View File

@ -67,13 +67,11 @@ class BFTNotaryServiceTests {
} }
@Test @Test
@Ignore("Under investigation due to failure on TC build server")
fun `detect double spend 1 faulty`() { fun `detect double spend 1 faulty`() {
detectDoubleSpend(1) detectDoubleSpend(1)
} }
@Test @Test
@Ignore("Under investigation due to failure on TC build server")
fun `detect double spend 2 faulty`() { fun `detect double spend 2 faulty`() {
detectDoubleSpend(2) detectDoubleSpend(2)
} }