LUCENE-8253: Mute test while a fix is worked on

This commit is contained in:
Alan Woodward 2018-04-17 11:58:59 +01:00
parent 4ee92c22a4
commit f7f12a51f3

View File

@ -16,6 +16,7 @@
*/
package org.apache.solr.handler.admin;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.Version;
import org.apache.solr.index.LogDocMergePolicyFactory;
import org.apache.solr.SolrTestCaseJ4;
@ -26,6 +27,7 @@ import org.junit.Test;
/**
* Tests for SegmentsInfoRequestHandler. Plugin entry, returning data of created segment.
*/
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-8253")
public class SegmentsInfoRequestHandlerTest extends SolrTestCaseJ4 {
private static final int DOC_COUNT = 5;