From 84bc67c939f10c406ddad6ae470b2767beb96fb3 Mon Sep 17 00:00:00 2001 From: rodicasutu Date: Tue, 16 Mar 2021 14:51:13 +0200 Subject: [PATCH] remove the clean up of the audit to check if the test is failing --- .../alfresco/rest/rm/community/audit/AuditLoginEventsTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEventsTests.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEventsTests.java index c93fa87d30..2cbf62fedc 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEventsTests.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEventsTests.java @@ -81,7 +81,7 @@ public class AuditLoginEventsTests extends BaseRMRestTest @Test public void filterByLoginSuccessful() throws Exception { - rmAuditService.clearAuditLog(); + //rmAuditService.clearAuditLog(); restClient.authenticateUser(getAdminUser()); restClient.withCoreAPI().getSites();