update the suite of tests with configfailurepolicy="continue"

This commit is contained in:
Rodica Sutu
2018-02-08 15:51:24 +02:00
parent f5a8e7866d
commit a4c054e4cb

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.*"/>