mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
Re-enable BFT tests after porting away from NodeBasedTest (#889)
This commit is contained in:
@ -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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user