Skip to content

Commit

Permalink
Mute CliSecurityIT
Browse files Browse the repository at this point in the history
tracking in #48117
  • Loading branch information
alpar-t committed Oct 21, 2019
1 parent 672b2a9 commit fe265f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -24,6 +25,7 @@
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 fe265f0

Please sign in to comment.