Revert "Search-744 Removed the annotation @Bug, as the related issue is fixed"

This reverts commit 5148303ac4f6aac2e60722b50a285b31e88969c1.
This commit is contained in:
Meenal Bhave
2018-07-30 12:25:37 +01:00
parent d9dcb487c5
commit ef7528dbfa
@@ -40,6 +40,7 @@ import org.testng.annotations.Test;
*/
public class ShardInfoTest extends AbstractSearchTest
{
@Bug(id="DELENG-1", status=Bug.Status.FIXED)
@Test(groups={TestGroup.SEARCH, TestGroup.REST_API, TestGroup.ACS_60n})
public void getShardInfoWithAdminAuthority() throws JsonProcessingException, EmptyRestModelCollectionException
{
@@ -77,6 +78,7 @@ public class ShardInfoTest extends AbstractSearchTest
}
}
@Bug(id="DELENG-1", status=Bug.Status.FIXED)
@Test(groups={TestGroup.SEARCH, TestGroup.REST_API, TestGroup.ACS_60n})
public void getShardInfoWithoutAdminAuthority() throws Exception
{