Skip to content

Commit 1482c55

Browse files
committed
Set 'optimize' system property value as 'false' to enable soap services in integration tests
1 parent 0855f5e commit 1482c55

File tree

1 file changed

+1
-0
lines changed
  • modules/integration/tests-integration/tests-backend/src/test/resources

1 file changed

+1
-0
lines changed

modules/integration/tests-integration/tests-backend/src/test/resources/automation.xml

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
240240
<parameter name="-DportOffset" value="410" />
241241
<parameter name="-Dsetup" value="true"/>
242242
<parameter name="-DenableRemoteShutdownAndRestart" value="true"/>
243+
<parameter name="-Doptimize" value="false"/>
243244
<!--<parameter name="backup-test-pack" value="true"/>-->
244245
<!--<parameter name="backup-location" value="<Absolute path for backup location with trailing foreword slash>"/>-->
245246
<!--<parameter name="cmdArg" value="debug 5005" />-->

0 commit comments

Comments
 (0)