Skip to content

Commit d37c1c6

Browse files
committed
AwaitsFixes for #114625
1 parent 589cb8f commit d37c1c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/PhysicalPlanOptimizerTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)