Disable camunda fo https test 91/22291/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Mon, 6 Nov 2017 12:39:38 +0000 (13:39 +0100)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Mon, 6 Nov 2017 12:39:38 +0000 (13:39 +0100)
Disable camunda for the HTTP/HTTPS test

Change-Id: Ia33fe315670ac616562460d18f5041d4db49e048
Issue-ID: CLAMP-65
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/test/resources/https/https-test.properties

index 567c79f..58345d0 100644 (file)
@@ -111,8 +111,12 @@ spring.datasource.camunda.ignoreExceptionOnPreLoad=true
 #Camunda application properties
 #Camunda history level
 camunda.bpm.history-level=auto
-camunda.bpm.database.type=mariadb
-camunda.bpm.database.schema-update=false
+camunda.bpm.enabled=false
+camunda.bpm.auto-deployment-enabled=false
+camunda.bpm.job-execution.active=false
+camunda.bpm.job-execution.enabled=false
+camunda.bpm.management.health.camunda.enabled=false
+camunda.bpm.metrics.enabled=false
 
 #clds datasource connection details
 spring.datasource.cldsdb.driverClassName=org.mariadb.jdbc.Driver