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