From 4aaa65576a67705aea0a1b8fbd717637939bffee Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 5 Oct 2023 12:48:09 -0400 Subject: [PATCH] ESQL: Temporarily disable huge concat tests We're working on these and we have a plan! --- .../elasticsearch/xpack/esql/qa/single_node/HeapAttackIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/HeapAttackIT.java b/x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/HeapAttackIT.java index 23638ef9384cc..84c654f8946fb 100644 --- a/x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/HeapAttackIT.java +++ b/x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/HeapAttackIT.java @@ -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));