Skip to content

Commit

Permalink
SQL: [Tests] Renable CliSecurityIT (#48581)
Browse files Browse the repository at this point in the history
Seems that the issue has been fixed with: #48098

Closes: #48117
(cherry picked from commit 4703623)
  • Loading branch information
matriv committed Oct 28, 2019
1 parent 4672709 commit 1051342
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 1051342

Please sign in to comment.