Attempt to fix service priority tests when they are run on Jenkins

This commit is contained in:
Chris Cochrane 2022-06-15 11:56:03 +01:00
parent c57bbd1c39
commit 199f635d69
No known key found for this signature in database
GPG Key ID: 4D4602B5BBC63950

View File

@ -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()