mirror of https://github.com/apache/lucene.git
disable this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
503024b7c1
commit
04dc476fff
|
@ -24,6 +24,7 @@ import org.apache.solr.handler.component.SearchComponent;
|
||||||
import org.apache.solr.handler.component.SearchHandler;
|
import org.apache.solr.handler.component.SearchHandler;
|
||||||
import org.apache.solr.highlight.DefaultSolrHighlighter;
|
import org.apache.solr.highlight.DefaultSolrHighlighter;
|
||||||
import org.apache.solr.search.LRUCache;
|
import org.apache.solr.search.LRUCache;
|
||||||
|
import org.junit.Ignore;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.net.URL;
|
import java.net.URL;
|
||||||
|
@ -40,6 +41,7 @@ public class SolrInfoMBeanTest extends LuceneTestCase
|
||||||
* Gets a list of everything we can find in the classpath and makes sure it has
|
* Gets a list of everything we can find in the classpath and makes sure it has
|
||||||
* a name, description, etc...
|
* a name, description, etc...
|
||||||
*/
|
*/
|
||||||
|
@Ignore("meddles with unrelated tests")
|
||||||
public void testCallMBeanInfo() throws Exception {
|
public void testCallMBeanInfo() throws Exception {
|
||||||
List<Class> classes = new ArrayList<Class>();
|
List<Class> classes = new ArrayList<Class>();
|
||||||
classes.addAll(getClassesForPackage(StandardRequestHandler.class.getPackage().getName()));
|
classes.addAll(getClassesForPackage(StandardRequestHandler.class.getPackage().getName()));
|
||||||
|
|
Loading…
Reference in New Issue