From acca114b8ca8fcdaf8560285b11d8be6396d00df Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 5 Oct 2023 13:29:05 -0400 Subject: [PATCH] ESQL: Temporarily disable huge concat tests (#100352) 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));