[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:
Nick Knize 2022-03-21 15:49:13 -05:00 committed by GitHub
parent 1a3dbb70e0
commit 17f782147a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}