From ae8b6ff0cbe240f765a1400a2afee611b6830ca3 Mon Sep 17 00:00:00 2001 From: eliaporciani Date: Wed, 24 Jul 2019 11:38:52 +0200 Subject: [PATCH] [SEARCH-1641] Added right groups to testChildrenPathOnParentRenamedWithChildrenInDifferentShards test --- .../search/tracker/CascadingTrackerIntegrationTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e-test/src/test/java/org/alfresco/test/search/functional/searchServices/search/tracker/CascadingTrackerIntegrationTest.java b/e2e-test/src/test/java/org/alfresco/test/search/functional/searchServices/search/tracker/CascadingTrackerIntegrationTest.java index 89cf0d24a..14647e65c 100644 --- a/e2e-test/src/test/java/org/alfresco/test/search/functional/searchServices/search/tracker/CascadingTrackerIntegrationTest.java +++ b/e2e-test/src/test/java/org/alfresco/test/search/functional/searchServices/search/tracker/CascadingTrackerIntegrationTest.java @@ -18,6 +18,7 @@ import org.alfresco.utility.model.FileModel; import org.alfresco.utility.model.FileType; import org.alfresco.utility.model.FolderModel; import org.alfresco.search.TestGroup; +import org.alfresco.utility.testrail.annotation.TestRail; import org.apache.chemistry.opencmis.commons.PropertyIds; import org.apache.chemistry.opencmis.commons.enums.VersioningState; import org.springframework.beans.factory.annotation.Autowired; @@ -145,7 +146,7 @@ public class CascadingTrackerIntegrationTest extends AbstractE2EFunctionalTest * Check that, after parent renaming, both the children are searchable in the new path * (computed accordingly with the new parent folder name) */ - @Test(priority = 1) + @Test(priority = 1, groups = {TestGroup.NOT_BAMBOO, TestGroup.EXPLICIT_SHARDING }) public void testChildrenPathOnParentRenamedWithChildrenInDifferentShards() throws Exception{