APPS-261 Update the WORM test setup

- set *skip.automationtests=false* for worm tests
This commit is contained in:
Cezar.Leahu
2020-08-19 11:33:26 +03:00
parent b2840153c2
commit 134ff57f2e

View File

@@ -23,6 +23,7 @@ cd rm-automation/rm-automation-enterprise-rest-api
# Run the WORM tests
mvn -B -U clean test \
-DsuiteXmlFile=wormTestSuite.xml \
-Dskip.automationtests=false \
-Dconnector.s3.bucketName=${S3_BUCKET2_NAME}
popd