|
@@ -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.Response;
|
|
|
import org.elasticsearch.client.ResponseException;
|
|
@@ -22,6 +23,7 @@ import java.io.IOException;
|
|
|
|
|
|
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
|
|
|
|
|
|
+@LuceneTestCase.AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/42344")
|
|
|
public class DataFrameConfigurationIndexIT extends DataFrameRestTestCase {
|
|
|
|
|
|
/**
|