Skip to content

Commit

Permalink
Remove a couple of awaitsfix in EsqlActionIT
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Oct 6, 2023
1 parent 002d941 commit 42ef310
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ public void testStringLength() {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99826")
public void testFilterWithNullAndEvalFromIndex() {
// append entry, with an absent count, to the index
client().prepareBulk().add(new IndexRequest("test").id("no_count").source("data", 12, "data_d", 2d, "color", "red")).get();
Expand Down Expand Up @@ -864,7 +863,6 @@ public void testFromStatsLimit() {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99826")
public void testFromLimit() {
try (EsqlQueryResponse results = run("from test | keep data | limit 2")) {
logger.info(results);
Expand Down

0 comments on commit 42ef310

Please sign in to comment.