Skip to content

Commit

Permalink
ESQL: Temporarily disable huge concat tests (elastic#100352)
Browse files Browse the repository at this point in the history
We're working on these and we have a plan!
  • Loading branch information
nik9000 authored Oct 5, 2023
1 parent ad0a266 commit acca114
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public void testSmallConcat() throws IOException {
assertMap(map, matchesMap().entry("columns", columns).entry("values", values));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99826")
public void testHugeConcat() throws IOException {
initSingleDocIndex();
assertCircuitBreaks(() -> concat(10));
Expand Down

0 comments on commit acca114

Please sign in to comment.