mirror of https://github.com/apache/lucene.git
LUCENE-9521: temporarily disable the offending test.
This commit is contained in:
parent
ff6e527a56
commit
41c5c030aa
|
@ -27,6 +27,7 @@ import java.util.Objects;
|
||||||
|
|
||||||
import static com.carrotsearch.randomizedtesting.RandomizedTest.*;
|
import static com.carrotsearch.randomizedtesting.RandomizedTest.*;
|
||||||
|
|
||||||
|
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-9521")
|
||||||
public class TestPassageSelector extends LuceneTestCase {
|
public class TestPassageSelector extends LuceneTestCase {
|
||||||
@Test
|
@Test
|
||||||
public void checkEmptyExtra() {
|
public void checkEmptyExtra() {
|
||||||
|
|
Loading…
Reference in New Issue