mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-3975 Disable intermittent test AddFavoritesTests.addFileFavoriteUsingTagId.
This commit is contained in:
@@ -14,6 +14,7 @@ import org.alfresco.utility.testrail.annotation.TestRail;
|
|||||||
import org.springframework.http.HttpMethod;
|
import org.springframework.http.HttpMethod;
|
||||||
import org.springframework.http.HttpStatus;
|
import org.springframework.http.HttpStatus;
|
||||||
import org.testng.annotations.BeforeClass;
|
import org.testng.annotations.BeforeClass;
|
||||||
|
import org.testng.annotations.Ignore;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
|
||||||
public class AddFavoritesTests extends RestTest
|
public class AddFavoritesTests extends RestTest
|
||||||
@@ -354,6 +355,7 @@ public class AddFavoritesTests extends RestTest
|
|||||||
@TestRail(section = { TestGroup.REST_API, TestGroup.FAVORITES }, executionType = ExecutionType.REGRESSION,
|
@TestRail(section = { TestGroup.REST_API, TestGroup.FAVORITES }, executionType = ExecutionType.REGRESSION,
|
||||||
description = "Verify add file favorite with tag id returns status code 404")
|
description = "Verify add file favorite with tag id returns status code 404")
|
||||||
@Test(groups = { TestGroup.REST_API, TestGroup.FAVORITES, TestGroup.REGRESSION })
|
@Test(groups = { TestGroup.REST_API, TestGroup.FAVORITES, TestGroup.REGRESSION })
|
||||||
|
@Ignore
|
||||||
public void addFileFavoriteUsingTagId() throws Exception
|
public void addFileFavoriteUsingTagId() throws Exception
|
||||||
{
|
{
|
||||||
FileModel file = dataContent.usingSite(siteModel).usingUser(adminUserModel).createContent(CMISUtil.DocumentType.TEXT_PLAIN);
|
FileModel file = dataContent.usingSite(siteModel).usingUser(adminUserModel).createContent(CMISUtil.DocumentType.TEXT_PLAIN);
|
||||||
|
Reference in New Issue
Block a user