From 6be2a55820f6ed542d476ad4bff95062532a74b6 Mon Sep 17 00:00:00 2001 From: Ramona Popa Date: Wed, 22 Jan 2020 09:35:23 +0200 Subject: [PATCH] RM-7099: Update or Ignore Quarantined Tests - Fixed some tests and ignore some others (cherry picked from commit bb207756d4d1e8d716a5e68cd06f7a85c18ea69f) --- .../rest/rm/community/recordfolders/RecordFolderTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/recordfolders/RecordFolderTests.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/recordfolders/RecordFolderTests.java index 7ec72a7022..e0266535af 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/recordfolders/RecordFolderTests.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/recordfolders/RecordFolderTests.java @@ -137,8 +137,10 @@ public class RecordFolderTests extends BaseRMRestTest * Then the operation fails * */ + //TODO enable this test when REPO-2454 is fixed @Test ( + enabled = false, description = "Create invalid types as children for a record folder", dataProvider = "childrenNotAllowedForFolder" )