Skip to content

Commit 35ed096

Browse files
Test mute (#92610)
Mutes #86284
1 parent e0496fa commit 35ed096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/mapper/RangeFieldTypeTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ public void testRangeQueryIntersectsAdjacentValues() throws Exception {
141141
/**
142142
* check that we catch cases where the user specifies larger "from" than "to" value, not counting the include upper/lower settings
143143
*/
144+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/86284")
144145
public void testFromLargerToErrors() throws Exception {
145146
SearchExecutionContext context = createContext();
146147
RangeFieldType ft = createDefaultFieldType();

0 commit comments

Comments
 (0)