mirror of https://github.com/apache/lucene.git
SOLR-11606: Add missing assumeWorkingMockito()
This commit is contained in:
parent
4ca51a06f7
commit
610efa7925
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue