Revert "run the filter by login successfully at the end"

This reverts commit de2a19fc
This commit is contained in:
rodicasutu
2021-03-29 09:58:18 +03:00
parent fdf9f04c24
commit 506e9743bc

View File

@@ -1,13 +1,9 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="TestNG AllTestSuite" configfailurepolicy="continue" 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.*"/>
</packages>
<classes>
<class name="org.alfresco.rest.rm.community.audit.AuditLoginEventsTests"/>
</classes>
</test>
</suite>