add tests to Bulk Remove from Hold

This commit is contained in:
Rodica Sutu
2019-09-09 12:55:32 +03:00
parent c4a897ef09
commit a34fd6f70b

View File

@@ -57,7 +57,7 @@ public class AutomaticDispositionTest extends BaseRMRestTest
* When the correct duration of time passes * When the correct duration of time passes
* Then the record will be automatically cut off * Then the record will be automatically cut off
*/ */
@Test(enabled = false) @Test//(enabled = false)
public void testAutomaticCutOff() throws Exception public void testAutomaticCutOff() throws Exception
{ {
STEP("Create record category with retention schedule and apply it to records."); STEP("Create record category with retention schedule and apply it to records.");