We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e821a22 commit 124f6d0Copy full SHA for 124f6d0
x-pack/plugin/sql/qa/security/src/test/java/org/elasticsearch/xpack/sql/qa/security/CliSecurityIT.java
@@ -5,7 +5,6 @@
5
*/
6
package org.elasticsearch.xpack.sql.qa.security;
7
8
-import org.apache.lucene.util.LuceneTestCase;
9
import org.elasticsearch.common.CheckedConsumer;
10
import org.elasticsearch.common.io.PathUtils;
11
import org.elasticsearch.xpack.sql.qa.cli.EmbeddedCli;
@@ -25,7 +24,6 @@
25
24
import static org.hamcrest.Matchers.containsString;
26
import static org.hamcrest.Matchers.startsWith;
27
28
-@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48117")
29
public class CliSecurityIT extends SqlSecurityTestCase {
30
static SecurityConfig adminSecurityConfig() {
31
String keystoreLocation;
0 commit comments