File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3235,6 +3235,7 @@ public void testPushSpatialIntersectsStringToSource() {
32353235 * }][_doc{f}#23], limit[], sort[] estimatedRowSize[304]
32363236 * </code>
32373237 */
3238+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/pull/114625" )
32383239 public void testPushWhereEvalToSource () {
32393240 String query = """
32403241 FROM airports
@@ -3269,6 +3270,7 @@ public void testPushWhereEvalToSource() {
32693270 assertThat ("Expected range to be less than 4" , range .to (), equalTo (4 ));
32703271 }
32713272
3273+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/pull/114625" )
32723274 public void testPushSpatialIntersectsEvalToSource () {
32733275 for (String query : new String [] { """
32743276 FROM airports
You can’t perform that action at this time.
0 commit comments