mirror of https://github.com/apache/lucene.git
SOLR-2715: turn @Ignore into @AwaitsFix
This commit is contained in:
parent
f087c5acae
commit
10fc0d75d7
|
@ -23,7 +23,6 @@ import org.apache.solr.metrics.reporters.SolrJmxReporter;
|
|||
import org.apache.solr.util.AbstractSolrTestCase;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
@ -156,7 +155,7 @@ public class TestJmxIntegration extends AbstractSolrTestCase {
|
|||
numDocs > oldNumDocs);
|
||||
}
|
||||
|
||||
@Test @Ignore("timing problem? https://issues.apache.org/jira/browse/SOLR-2715")
|
||||
@Test @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-2715") // timing problem?
|
||||
public void testJmxOnCoreReload() throws Exception {
|
||||
|
||||
String coreName = h.getCore().getName();
|
||||
|
|
Loading…
Reference in New Issue