mirror of https://github.com/apache/lucene.git
SOLR-2715: add reason for @Ingore to @Ignore msg
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1196156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
51ac833e29
commit
c28be02238
|
@ -109,7 +109,7 @@ public class TestJmxIntegration extends AbstractSolrTestCase {
|
|||
numDocs > oldNumDocs);
|
||||
}
|
||||
|
||||
@Test @Ignore("fix me")
|
||||
@Test @Ignore("timing problem? https://issues.apache.org/jira/browse/SOLR-2715")
|
||||
public void testJmxOnCoreReload() throws Exception {
|
||||
List<MBeanServer> servers = MBeanServerFactory.findMBeanServer(null);
|
||||
MBeanServer mbeanServer = servers.get(0);
|
||||
|
|
Loading…
Reference in New Issue