mirror of
https://github.com/corda/corda.git
synced 2025-06-11 20:01:46 +00:00
CORDA-2942: Remove multiple reps from the test (#5893)
... as it is proven to be stable now.
This commit is contained in:
committed by
Rick Parker
parent
3027483b10
commit
a4d63d1329
@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user