From bf16e843fdd07fcfd9ce60bec033cfd28c373177 Mon Sep 17 00:00:00 2001 From: mikolajbrzezinski <86791239+mikolajbrzezinski@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:50:33 +0100 Subject: [PATCH] ACS-3975 Fix Intermittent Test Failure (#1785) Fix Intermittent Test Failure --- .../java/org/alfresco/rest/favorites/AddFavoritesTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/tests/tas-restapi/src/test/java/org/alfresco/rest/favorites/AddFavoritesTests.java b/packaging/tests/tas-restapi/src/test/java/org/alfresco/rest/favorites/AddFavoritesTests.java index 891cdef094..4dd5e3e73a 100644 --- a/packaging/tests/tas-restapi/src/test/java/org/alfresco/rest/favorites/AddFavoritesTests.java +++ b/packaging/tests/tas-restapi/src/test/java/org/alfresco/rest/favorites/AddFavoritesTests.java @@ -14,7 +14,6 @@ import org.alfresco.utility.testrail.annotation.TestRail; import org.springframework.http.HttpMethod; import org.springframework.http.HttpStatus; import org.testng.annotations.BeforeClass; -import org.testng.annotations.Ignore; import org.testng.annotations.Test; public class AddFavoritesTests extends RestTest @@ -355,7 +354,6 @@ public class AddFavoritesTests extends RestTest @TestRail(section = { TestGroup.REST_API, TestGroup.FAVORITES }, executionType = ExecutionType.REGRESSION, description = "Verify add file favorite with tag id returns status code 404") @Test(groups = { TestGroup.REST_API, TestGroup.FAVORITES, TestGroup.REGRESSION }) - @Ignore public void addFileFavoriteUsingTagId() throws Exception { FileModel file = dataContent.usingSite(siteModel).usingUser(adminUserModel).createContent(CMISUtil.DocumentType.TEXT_PLAIN);