Mute EqlActionIT

This commit is contained in:
Mark Vieira 2020-02-24 16:06:30 -08:00
parent ed6b10bc03
commit 025352f0a4
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ package org.elasticsearch.xpack.eql.action;
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory; import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.Build; import org.elasticsearch.Build;
import org.elasticsearch.action.bulk.BulkRequestBuilder; import org.elasticsearch.action.bulk.BulkRequestBuilder;
import org.elasticsearch.action.bulk.BulkResponse; import org.elasticsearch.action.bulk.BulkResponse;
@ -26,6 +27,7 @@ import java.util.List;
import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.equalTo;
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52737")
public class EqlActionIT extends AbstractEqlIntegTestCase { public class EqlActionIT extends AbstractEqlIntegTestCase {
static final String indexPrefix = "endgame"; static final String indexPrefix = "endgame";