From 833a7675bce8c6f30bab15e0baa037f32297fa9f Mon Sep 17 00:00:00 2001 From: kmagdziarz Date: Fri, 7 Apr 2023 11:28:35 +0200 Subject: [PATCH] [ACS-5020] Ignore intermittent test --- .../community/smoke/DispositionScheduleLinkedRecordsTest.java | 3 +++ 1 file changed, 3 insertions(+) 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 5e35066028..56c2263f72 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 @@ -50,6 +50,7 @@ import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.util.EntityUtils; import org.json.JSONObject; +import org.junit.Ignore; import org.springframework.beans.factory.annotation.Autowired; import org.testng.AssertJUnit; import org.testng.annotations.BeforeClass; @@ -135,6 +136,7 @@ public class DispositionScheduleLinkedRecordsTest extends BaseRMRestTest { *

*

TestRail Test C775

**/ + @Ignore("ACS-5020") @Test @AlfrescoTest(jira = "RM-1622") public void dispositionScheduleLinkedRecords() throws UnsupportedEncodingException { @@ -201,6 +203,7 @@ public class DispositionScheduleLinkedRecordsTest extends BaseRMRestTest { * Check the disposition steps for a record can be executed * When the record is linked to a folder with the same disposition schedule * */ + @Ignore("ACS-5020") @Test @AlfrescoTest (jira = "RM-3060") public void sameDispositionScheduleLinkedRecords() throws UnsupportedEncodingException {