mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'release/V2.7' into merge-3.0/MNT-20822_CMIS_tests, disabled test for now
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user