Mute CliSecurityIT

tracking in #48117
This commit is contained in:
Alpar Torok 2019-10-18 08:51:37 +03:00
parent 672b2a92ca
commit fe265f0308
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
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;
@ -24,6 +25,7 @@ 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;