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

This reverts commit 2c334298
This commit is contained in:
Claudia Agache
2020-04-12 19:12:32 +03:00
parent daa8e97684
commit 0642d52afc

View File

@@ -167,8 +167,7 @@ public class SearchDocumentsV1Test extends BaseRMRestTest
* And setting skipCount and maxItems under the number of total items * And setting skipCount and maxItems under the number of total items
* Then hasMoreItems will be set to true * 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) public void searchResultsUnderTotalItems(RestRequestQueryModel queryType)
{ {
final SearchRequestBuilder sqlRequest = new SearchRequestBuilder().setQueryBuilder(queryType) final SearchRequestBuilder sqlRequest = new SearchRequestBuilder().setQueryBuilder(queryType)