Merge branch 'master' of https://git.alfresco.com/tas/alfresco-tas-restapi-test into feature/SEARCH-752

This commit is contained in:
Meenal Bhave
2018-05-25 12:23:05 +01:00
@@ -576,7 +576,7 @@ public class SearchSQLAPITest extends AbstractSearchTest
restClient.onResponse().assertThat().body("error.briefSummary", Matchers.containsString("Was expecting one of"));
}
@Test(groups = { TestGroup.SEARCH, TestGroup.REST_API }, priority = 13)
@Test(groups = { TestGroup.SEARCH, TestGroup.REST_API, TestGroup.NOT_INSIGHT_ENGINE }, priority = 13)
public void testErrorForSQLAPIWithASS() throws Exception
{
String acsVersion = serverHealth.getAlfrescoVersion();