From 408f601f8e1ab0c46b3e677cf0f26bf7c3610f9c Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Mon, 9 Sep 2019 13:31:35 +0300 Subject: [PATCH] remove unwanted changes --- .../rm/community/recordcategories/AutomaticDispositionTest.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/recordcategories/AutomaticDispositionTest.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/recordcategories/AutomaticDispositionTest.java index 468f5e5194..c4c6c78f40 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/recordcategories/AutomaticDispositionTest.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/recordcategories/AutomaticDispositionTest.java @@ -57,7 +57,7 @@ public class AutomaticDispositionTest extends BaseRMRestTest * When the correct duration of time passes * Then the record will be automatically cut off */ - @Test//(enabled = false) + @Test(enabled = false) public void testAutomaticCutOff() throws Exception { STEP("Create record category with retention schedule and apply it to records.");