We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0496fa commit 35ed096Copy full SHA for 35ed096
server/src/test/java/org/elasticsearch/index/mapper/RangeFieldTypeTests.java
@@ -141,6 +141,7 @@ public void testRangeQueryIntersectsAdjacentValues() throws Exception {
141
/**
142
* check that we catch cases where the user specifies larger "from" than "to" value, not counting the include upper/lower settings
143
*/
144
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/86284")
145
public void testFromLargerToErrors() throws Exception {
146
SearchExecutionContext context = createContext();
147
RangeFieldType ft = createDefaultFieldType();
0 commit comments