[Unmute] NumberFieldTypeTests (#2531)
After merging Lucene 9.1 NumberFieldTypeTests is now passing. Unmute test. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
This commit is contained in:
parent
1a3dbb70e0
commit
17f782147a
|
@ -531,7 +531,6 @@ public class NumberFieldTypeTests extends FieldTypeTestCase {
|
|||
dir.close();
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
|
||||
public void testIndexSortIntRange() throws Exception {
|
||||
doTestIndexSortRangeQueries(NumberType.INTEGER, random()::nextInt);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue