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.");