File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
x-pack/plugin/eql/src/test/java/org/elasticsearch/xpack/eql/action Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 99import com .carrotsearch .randomizedtesting .annotations .ParametersFactory ;
1010import com .fasterxml .jackson .databind .JsonNode ;
1111import com .fasterxml .jackson .databind .ObjectMapper ;
12- import org .apache .lucene .util .LuceneTestCase .AwaitsFix ;
1312import org .elasticsearch .Build ;
1413import org .elasticsearch .action .bulk .BulkRequestBuilder ;
1514import org .elasticsearch .action .bulk .BulkResponse ;
2726
2827import static org .hamcrest .Matchers .equalTo ;
2928
30- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/52737" )
3129public class EqlActionIT extends AbstractEqlIntegTestCase {
3230
3331 static final String indexPrefix = "endgame" ;
You can’t perform that action at this time.
0 commit comments