ACS-6073: DispositionScheduleLinkedRecordsTest - tests fail over and over again (#2220)

* ACS-6073: DispositionScheduleLinkedRecordsTest - tests suddenly started to fail over and over again
- disabling failing tests
This commit is contained in:
Krystian Dabrowski
2023-09-29 15:33:19 +02:00
committed by GitHub
parent 86d22ccd8e
commit a973e17a86

View File

@@ -135,7 +135,7 @@ public class DispositionScheduleLinkedRecordsTest extends BaseRMRestTest {
* <p> * <p>
* <p/> TestRail Test C775<p/> * <p/> TestRail Test C775<p/>
**/ **/
@Test @Test(enabled = false) // temporary disabled, see ACS-6073
@AlfrescoTest(jira = "RM-1622") @AlfrescoTest(jira = "RM-1622")
public void dispositionScheduleLinkedRecords() throws UnsupportedEncodingException { public void dispositionScheduleLinkedRecords() throws UnsupportedEncodingException {
STEP("Create record category"); STEP("Create record category");
@@ -202,7 +202,7 @@ public class DispositionScheduleLinkedRecordsTest extends BaseRMRestTest {
* Check the disposition steps for a record can be executed * Check the disposition steps for a record can be executed
* When the record is linked to a folder with the same disposition schedule * When the record is linked to a folder with the same disposition schedule
* */ * */
@Test @Test(enabled = false) // temporary disabled, see ACS-6073
@AlfrescoTest (jira = "RM-3060") @AlfrescoTest (jira = "RM-3060")
public void sameDispositionScheduleLinkedRecords() throws UnsupportedEncodingException { public void sameDispositionScheduleLinkedRecords() throws UnsupportedEncodingException {