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 (elastic#100604)

This commit re-enables org.elasticsearch.xpack.esql.action.EsqlActionIT.testFilterWithNullAndEvalFromIndex, which now passes successfully.
  • Loading branch information
ChrisHegarty authored Oct 10, 2023
1 parent d923414 commit 94d7351
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 94d7351

Please sign in to comment.