SEARCH-2252: Remove unused tests.

This commit is contained in:
Angel Borroy
2020-05-20 15:35:58 +02:00
parent 7e9602b67f
commit 05962b1cd6
2 changed files with 1 additions and 35 deletions
@@ -129,7 +129,7 @@ public class SearchNonIndexedFields extends AbstractE2EFunctionalTest
Assert.assertTrue(bodyResponse.contains("{http://www.alfresco.org/model/index/1.0}indexed"),
"Expecting index:indexed field to be present in SOLR Schema");
Assert.assertTrue(!bodyResponse.contains("{http://www.alfresco.org/model/index/1.0}nonIndexed"),
Assert.assertFalse(bodyResponse.contains("{http://www.alfresco.org/model/index/1.0}nonIndexed"),
"Expecting index:nonIndexed field NOT to be present in SOLR Schema");
}