From dba0dc9083bf9e10e39dffbce6a5b89ad9d5d626 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Tue, 20 Sep 2022 17:13:07 +0100 Subject: [PATCH] ACS-3578 Ignoring test that depends on ignored tests. --- .../rm/community/smoke/DispositionScheduleLinkedRecordsTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/smoke/DispositionScheduleLinkedRecordsTest.java b/amps/ags/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/smoke/DispositionScheduleLinkedRecordsTest.java index 1e27221cd9..d77272eaa5 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/smoke/DispositionScheduleLinkedRecordsTest.java +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/smoke/DispositionScheduleLinkedRecordsTest.java @@ -419,6 +419,7 @@ public class DispositionScheduleLinkedRecordsTest extends BaseRMRestTest { } @Test (dependsOnMethods = {"sameLevelDispositionScheduleStepsPeriodsCalculation" }) + @Ignore public void deleteLongestPeriodTestPrecondition() { // Delete the RM site getRestAPIFactory().getRMSiteAPI().deleteRMSite();