mirror of https://github.com/apache/lucene.git
SOLR-10174, SOLR-11134: @AwaitsFix instead of @Ignore for TestLTRReRankingPipeline.testDifferentTopN
This commit is contained in:
parent
c17333621d
commit
58358099bf
|
@ -48,7 +48,6 @@ import org.apache.solr.ltr.model.LTRScoringModel;
|
||||||
import org.apache.solr.ltr.model.TestLinearModel;
|
import org.apache.solr.ltr.model.TestLinearModel;
|
||||||
import org.apache.solr.ltr.norm.IdentityNormalizer;
|
import org.apache.solr.ltr.norm.IdentityNormalizer;
|
||||||
import org.apache.solr.ltr.norm.Normalizer;
|
import org.apache.solr.ltr.norm.Normalizer;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
@ -163,7 +162,7 @@ public class TestLTRReRankingPipeline extends LuceneTestCase {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore
|
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11134")
|
||||||
@Test
|
@Test
|
||||||
public void testDifferentTopN() throws IOException {
|
public void testDifferentTopN() throws IOException {
|
||||||
final Directory dir = newDirectory();
|
final Directory dir = newDirectory();
|
||||||
|
|
Loading…
Reference in New Issue