From 314759978ced23bfc42b8dc44b7d9100abd03aba Mon Sep 17 00:00:00 2001 From: Roxana Lucanu Date: Thu, 9 Apr 2020 19:01:44 +0300 Subject: [PATCH] Merge branch 'release/V2.7' into merge-3.0/MNT-20822_CMIS_tests, disabled test for now --- .../rest/rm/community/search/SearchDocumentsV1Test.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/SearchDocumentsV1Test.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/SearchDocumentsV1Test.java index 69b503dada..0ddafe66ad 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/SearchDocumentsV1Test.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/SearchDocumentsV1Test.java @@ -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)