Skip to content

Commit

Permalink
[Unmute] NumberFieldTypeTests
Browse files Browse the repository at this point in the history
After merging Lucene 9.1 NumberFieldTypeTests is now passing. Unmute test.

Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Mar 21, 2022
1 parent ce0d2ca commit 8e411f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ public void doTestDocValueRangeQueries(NumberType type, Supplier<Number> valueSu
dir.close();
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
public void testIndexSortIntRange() throws Exception {
doTestIndexSortRangeQueries(NumberType.INTEGER, random()::nextInt);
}
Expand Down

0 comments on commit 8e411f3

Please sign in to comment.