Skip to content

Commit

Permalink
Re-enable org.elasticsearch.xpack.esql.action.EsqlActionIT.testFilter…
Browse files Browse the repository at this point in the history
…WithNullAndEvalFromIndex
  • Loading branch information
ChrisHegarty committed Oct 10, 2023
1 parent 63c8233 commit bc97917
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,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

0 comments on commit bc97917

Please sign in to comment.