From 58358099bf72b7d39bee2b67a57abdb7549787f8 Mon Sep 17 00:00:00 2001 From: Christine Poerschke Date: Fri, 21 Jul 2017 15:43:01 +0100 Subject: [PATCH] SOLR-10174, SOLR-11134: @AwaitsFix instead of @Ignore for TestLTRReRankingPipeline.testDifferentTopN --- .../src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java b/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java index ed7be6310b4..081245ffcf1 100644 --- a/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java +++ b/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java @@ -48,7 +48,6 @@ import org.apache.solr.ltr.model.LTRScoringModel; import org.apache.solr.ltr.model.TestLinearModel; import org.apache.solr.ltr.norm.IdentityNormalizer; import org.apache.solr.ltr.norm.Normalizer; -import org.junit.Ignore; import org.junit.Test; import org.slf4j.Logger; 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 public void testDifferentTopN() throws IOException { final Directory dir = newDirectory();