CORDA-2942: Remove multiple reps from the test (#5893)

... as it is proven to be stable now.
This commit is contained in:
Viktor Kolomeyko
2020-01-24 16:57:31 +00:00
committed by Rick Parker
parent 3027483b10
commit a4d63d1329

View File

@ -63,10 +63,6 @@ class CordaServiceLifecycleFatalTests {
@Test
fun `JVM terminates on critical failure`() {
(1..20).forEach {
logger.info("Rep #$it")
// Scenario terminates JVM - node should be running out of process
driver(DriverParameters(startNodesInProcess = false, cordappsForAllNodes = listOf(enclosedCordapp()),
notarySpecs = emptyList(),
@ -95,5 +91,4 @@ class CordaServiceLifecycleFatalTests {
}
}
}
}
}