From 6a016fb75597a9edacbf0027a633c82227b78b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Wed, 16 Sep 2020 11:04:30 +0200 Subject: [PATCH] Muting LogstashSystemIndexIT.testPipelineCRUD --- .../org/elasticsearch/xpack/test/rest/LogstashSystemIndexIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/src/javaRestTest/java/org/elasticsearch/xpack/test/rest/LogstashSystemIndexIT.java b/x-pack/plugin/src/javaRestTest/java/org/elasticsearch/xpack/test/rest/LogstashSystemIndexIT.java index bd76b7039bc..b3eb46b031a 100644 --- a/x-pack/plugin/src/javaRestTest/java/org/elasticsearch/xpack/test/rest/LogstashSystemIndexIT.java +++ b/x-pack/plugin/src/javaRestTest/java/org/elasticsearch/xpack/test/rest/LogstashSystemIndexIT.java @@ -50,6 +50,7 @@ public class LogstashSystemIndexIT extends ESRestTestCase { ); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62413") public void testPipelineCRUD() throws Exception { // put pipeline final String pipelineJson = getPipelineJson();