From fe265f0308ebbe4044dc2c36f44df2bd36713449 Mon Sep 17 00:00:00 2001 From: Alpar Torok Date: Fri, 18 Oct 2019 08:51:37 +0300 Subject: [PATCH] Mute CliSecurityIT tracking in #48117 --- .../org/elasticsearch/xpack/sql/qa/security/CliSecurityIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugin/sql/qa/security/src/test/java/org/elasticsearch/xpack/sql/qa/security/CliSecurityIT.java b/x-pack/plugin/sql/qa/security/src/test/java/org/elasticsearch/xpack/sql/qa/security/CliSecurityIT.java index ce665f9d1b9..123c18146cf 100644 --- a/x-pack/plugin/sql/qa/security/src/test/java/org/elasticsearch/xpack/sql/qa/security/CliSecurityIT.java +++ b/x-pack/plugin/sql/qa/security/src/test/java/org/elasticsearch/xpack/sql/qa/security/CliSecurityIT.java @@ -5,6 +5,7 @@ */ package org.elasticsearch.xpack.sql.qa.security; +import org.apache.lucene.util.LuceneTestCase; import org.elasticsearch.common.CheckedConsumer; import org.elasticsearch.common.io.PathUtils; import org.elasticsearch.xpack.sql.qa.cli.EmbeddedCli; @@ -24,6 +25,7 @@ import static org.elasticsearch.xpack.sql.qa.cli.CliIntegrationTestCase.elastics import static org.hamcrest.Matchers.containsString; import static org.hamcrest.Matchers.startsWith; +@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48117") public class CliSecurityIT extends SqlSecurityTestCase { static SecurityConfig adminSecurityConfig() { String keystoreLocation;