From 10513425f4f5120e804360c28cfa1623208cb1fd Mon Sep 17 00:00:00 2001 From: Marios Trivyzas Date: Mon, 28 Oct 2019 15:07:50 +0100 Subject: [PATCH] SQL: [Tests] Renable CliSecurityIT (#48581) Seems that the issue has been fixed with: #48098 Closes: #48117 (cherry picked from commit 470362361ffce794a6a12ce7a81a8029ec7d54de) --- .../org/elasticsearch/xpack/sql/qa/security/CliSecurityIT.java | 2 -- 1 file changed, 2 deletions(-) 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 123c18146cfa3..ce665f9d1b95d 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,7 +5,6 @@ */ 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; @@ -25,7 +24,6 @@ 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;