File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments