mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +00:00
Attempt to fix service priority tests when they are run on Jenkins
This commit is contained in:
parent
c57bbd1c39
commit
199f635d69
@ -52,6 +52,7 @@ open class CordaServicePriorityTests {
|
|||||||
|
|
||||||
@Before
|
@Before
|
||||||
fun startUp() {
|
fun startUp() {
|
||||||
|
eventsCaptured.clear()
|
||||||
driver(DriverParameters(startNodesInProcess = true, cordappsForAllNodes = listOf(enclosedCordapp()),
|
driver(DriverParameters(startNodesInProcess = true, cordappsForAllNodes = listOf(enclosedCordapp()),
|
||||||
notarySpecs = emptyList())) {
|
notarySpecs = emptyList())) {
|
||||||
startNode(providedName = ALICE_NAME).getOrThrow()
|
startNode(providedName = ALICE_NAME).getOrThrow()
|
||||||
|
Loading…
Reference in New Issue
Block a user