|
@@ -8,6 +8,7 @@ package org.elasticsearch.xpack.dataframe.integration;
|
|
|
|
|
|
import org.apache.http.entity.ContentType;
|
|
|
import org.apache.http.entity.StringEntity;
|
|
|
+import org.apache.lucene.util.LuceneTestCase;
|
|
|
import org.elasticsearch.client.Request;
|
|
|
import org.elasticsearch.client.ResponseException;
|
|
|
import org.elasticsearch.common.Strings;
|
|
@@ -28,6 +29,7 @@ import static org.hamcrest.CoreMatchers.nullValue;
|
|
|
import static org.hamcrest.Matchers.equalTo;
|
|
|
import static org.hamcrest.Matchers.greaterThan;
|
|
|
|
|
|
+@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/44583")
|
|
|
public class DataFrameTaskFailedStateIT extends DataFrameRestTestCase {
|
|
|
|
|
|
private static final String TRANSFORM_ID = "failure_pivot_1";
|