Unmute EqlActionIT (#52757)

Related to https://github.com/elastic/elasticsearch/issues/52737
This commit is contained in:
Aleksandr Maus 2020-02-25 10:22:07 -05:00 committed by GitHub
parent 563f033511
commit a6f5b4bb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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