SEARCH-574: Annotated the tests as it depends on an open issue.

This commit is contained in:
Tuna Aksoy
2018-01-30 17:01:12 +00:00
parent c5fe8b9e5b
commit 503b9b121c
@@ -29,6 +29,7 @@ import com.fasterxml.jackson.core.JsonProcessingException;
import org.alfresco.rest.exception.EmptyRestModelCollectionException;
import org.alfresco.utility.model.TestGroup;
import org.alfresco.utility.report.Bug;
import org.springframework.http.HttpStatus;
import org.testng.annotations.Test;
@@ -39,6 +40,7 @@ import org.testng.annotations.Test;
*/
public class ShardInfoTest extends AbstractSearchTest
{
@Bug(id="DELENG-1", status=Bug.Status.OPENED)
@Test(groups={TestGroup.SEARCH, TestGroup.REST_API})
public void getShardInfoWithAdminAuthority() throws JsonProcessingException, EmptyRestModelCollectionException
{
@@ -75,6 +77,7 @@ public class ShardInfoTest extends AbstractSearchTest
}
}
@Bug(id="DELENG-1", status=Bug.Status.OPENED)
@Test(groups={TestGroup.SEARCH, TestGroup.REST_API})
public void getShardInfoWithoutAdminAuthority() throws Exception
{