Skip to content

Commit ddd576e

Browse files
committed
Revert "AwaitsFixes for #114625"
This reverts commit d37c1c6. The automuter got there first.
1 parent d37c1c6 commit ddd576e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,7 +3235,6 @@ public void testPushSpatialIntersectsStringToSource() {
32353235
* }][_doc{f}#23], limit[], sort[] estimatedRowSize[304]
32363236
* </code>
32373237
*/
3238-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/114625")
32393238
public void testPushWhereEvalToSource() {
32403239
String query = """
32413240
FROM airports
@@ -3270,7 +3269,6 @@ public void testPushWhereEvalToSource() {
32703269
assertThat("Expected range to be less than 4", range.to(), equalTo(4));
32713270
}
32723271

3273-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/114625")
32743272
public void testPushSpatialIntersectsEvalToSource() {
32753273
for (String query : new String[] { """
32763274
FROM airports

0 commit comments

Comments
 (0)