mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +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
|
||||
fun startUp() {
|
||||
eventsCaptured.clear()
|
||||
driver(DriverParameters(startNodesInProcess = true, cordappsForAllNodes = listOf(enclosedCordapp()),
|
||||
notarySpecs = emptyList())) {
|
||||
startNode(providedName = ALICE_NAME).getOrThrow()
|
||||
|
Loading…
Reference in New Issue
Block a user