disabled test quarantined in Bamboo because it fails in travis

This commit is contained in:
Claudia Agache
2020-08-31 17:38:30 +03:00
parent 9919f39acd
commit 6f70eefe17

View File

@@ -179,7 +179,8 @@ public class SearchRecordsV1CmisTests 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 // TODO enable the test when APPS-46 is fixed
@Test (enabled = false)
public void searchResultsUnderTotalItemsRMUser() throws Exception public void searchResultsUnderTotalItemsRMUser() throws Exception
{ {
final SearchRequestBuilder sqlRequest = new SearchRequestBuilder().setQueryBuilder(queryModel) final SearchRequestBuilder sqlRequest = new SearchRequestBuilder().setQueryBuilder(queryModel)