SOLR-11606: Add missing assumeWorkingMockito()

This commit is contained in:
Uwe Schindler 2017-11-04 21:29:10 +01:00
parent 4ca51a06f7
commit 610efa7925
1 changed files with 2 additions and 0 deletions

View File

@ -173,6 +173,8 @@ public class ImplicitSnitchTest extends LuceneTestCase {
@Test @Test
public void testGetTags_withHostNameRequestedTag_ip99999_returns_nothing() throws Exception { public void testGetTags_withHostNameRequestedTag_ip99999_returns_nothing() throws Exception {
SolrTestCaseJ4.assumeWorkingMockito();
String node = "serv01.dc01.london.uk.apache.org:8983_solr"; String node = "serv01.dc01.london.uk.apache.org:8983_solr";
SnitchContext context = new ServerSnitchContext(null, node, new HashMap<>(),null); SnitchContext context = new ServerSnitchContext(null, node, new HashMap<>(),null);