mirror of https://github.com/apache/lucene.git
SOLR-11134: This test fails reproducibly, mark it as AwaitsFix.
This commit is contained in:
parent
710993435f
commit
3afb8b15bf
|
@ -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
|
@Test
|
||||||
public void testDifferentTopN() throws IOException {
|
public void testDifferentTopN() throws IOException {
|
||||||
final Directory dir = newDirectory();
|
final Directory dir = newDirectory();
|
||||||
|
|
Loading…
Reference in New Issue