Browse Source

SQL: [Tests] Renable CliSecurityIT (#48581)

Seems that the issue has been fixed with: #48098

Closes: #48117
Marios Trivyzas 6 years ago
parent
commit
470362361f

+ 0 - 2
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.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;