update the suite of tests with configfailurepolicy="continue"

This commit is contained in:
Rodica Sutu
2018-02-08 15:51:24 +02:00
parent 4bdcbd68b7
commit 9b9dce1db2

View File

@@ -1,6 +1,6 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="TestNG AllTestSuite" verbose="1" time-out="300000">
<suite name="TestNG AllTestSuite" configfailurepolicy="continue" verbose="1" time-out="300000">
<test name="restapi">
<packages>
<package name="org.alfresco.rest.rm.community.*"/>