mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-1681 adding test group to exclude test on bamboo
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ import org.springframework.http.HttpStatus;
|
||||
public class ShardInfoTest extends AbstractE2EFunctionalTest
|
||||
{
|
||||
/* The test that will be excluded when running master slave setup, excluding the ASS_MASTER test group. */
|
||||
@Test(groups = { TestGroup.ACS_60n, TestGroup.ASS_MASTER, TestGroup.SHARDING })
|
||||
@Test(groups = { TestGroup.ACS_60n, TestGroup.ASS_MASTER, TestGroup.EXPLICIT_SHARDING })
|
||||
public void getShardInfoWithAdminAuthority() throws JsonProcessingException
|
||||
{
|
||||
RestShardInfoModelCollection info = restClient.authenticateUser(dataUser.getAdminUser()).withShardInfoAPI()
|
||||
|
||||
Reference in New Issue
Block a user