mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-3975 Fix Intermittent Test Failure (#1785)
Fix Intermittent Test Failure
This commit is contained in:
committed by
GitHub
parent
69a5a95dae
commit
bf16e843fd
@@ -14,7 +14,6 @@ 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
|
||||||
@@ -355,7 +354,6 @@ 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