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
@Ignore("Under investigation due to failure on TC build server")
fun `detect double spend 1 faulty`() {
detectDoubleSpend(1)
}
@Test
@Ignore("Under investigation due to failure on TC build server")
fun `detect double spend 2 faulty`() {
detectDoubleSpend(2)
}