mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Re-enable BFT tests after porting away from NodeBasedTest (#889)
This commit is contained in:
parent
d2869e4f45
commit
365364ddd5
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user