Merge branch 'release/V2.7' into merge-3.0/MNT-20822_CMIS_tests, disabled test for now

This commit is contained in:
Roxana Lucanu
2020-04-09 19:01:44 +03:00
parent de510f8e73
commit 314759978c

View File

@@ -167,7 +167,8 @@ public class SearchDocumentsV1Test extends BaseRMRestTest
* And setting skipCount and maxItems under the number of total items
* Then hasMoreItems will be set to true
*/
@Test(dataProvider = "queryTypes")
@Test (dataProvider = "queryTypes",
enabled = false, description = "Disabling test because there's no version of ACS that supports this yet")
public void searchResultsUnderTotalItems(RestRequestQueryModel queryType) throws Exception
{
final SearchRequestBuilder sqlRequest = new SearchRequestBuilder().setQueryBuilder(queryType)