mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
[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…
x
Reference in New Issue
Block a user