mirror of
https://github.com/apache/lucene.git
synced 2025-03-09 01:59:27 +00:00
LUCENE-8253: Mute test while a fix is worked on
This commit is contained in:
parent
4ee92c22a4
commit
f7f12a51f3
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user