From 134ff57f2edf87083051e5ee63387f9493e4617f Mon Sep 17 00:00:00 2001 From: "Cezar.Leahu" Date: Wed, 19 Aug 2020 11:33:26 +0300 Subject: [PATCH] APPS-261 Update the WORM test setup - set *skip.automationtests=false* for worm tests --- scripts/worm-mb-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/worm-mb-tests.sh b/scripts/worm-mb-tests.sh index 28065ba62e..767e5d46a5 100755 --- a/scripts/worm-mb-tests.sh +++ b/scripts/worm-mb-tests.sh @@ -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