From 3afb8b15bffc26a1f34e79110f988a9b24825169 Mon Sep 17 00:00:00 2001 From: Andrzej Bialecki Date: Tue, 20 Mar 2018 13:47:13 +0100 Subject: [PATCH] SOLR-11134: This test fails reproducibly, mark it as AwaitsFix. --- .../src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d55262df2de..de978949b06 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 @@ -163,7 +163,7 @@ public class TestLTRReRankingPipeline extends LuceneTestCase { } - @BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12028, https://issues.apache.org/jira/browse/SOLR-11134") + @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11134") @Test public void testDifferentTopN() throws IOException { final Directory dir = newDirectory();