Skip to content

Commit 124f6d0

Browse files
committed
SQL: [Tests] Renable CliSecurityIT (#48581)
Seems that the issue has been fixed with: #48098 Closes: #48117 (cherry picked from commit 4703623)
1 parent e821a22 commit 124f6d0

File tree

1 file changed

+0
-2
lines changed
  • x-pack/plugin/sql/qa/security/src/test/java/org/elasticsearch/xpack/sql/qa/security

1 file changed

+0
-2
lines changed

x-pack/plugin/sql/qa/security/src/test/java/org/elasticsearch/xpack/sql/qa/security/CliSecurityIT.java

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
package org.elasticsearch.xpack.sql.qa.security;
77

8-
import org.apache.lucene.util.LuceneTestCase;
98
import org.elasticsearch.common.CheckedConsumer;
109
import org.elasticsearch.common.io.PathUtils;
1110
import org.elasticsearch.xpack.sql.qa.cli.EmbeddedCli;
@@ -25,7 +24,6 @@
2524
import static org.hamcrest.Matchers.containsString;
2625
import static org.hamcrest.Matchers.startsWith;
2726

28-
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48117")
2927
public class CliSecurityIT extends SqlSecurityTestCase {
3028
static SecurityConfig adminSecurityConfig() {
3129
String keystoreLocation;

0 commit comments

Comments
 (0)