Mute MachineLearningIT#testStartDatafeed
This commit is contained in:
parent
5a53193db0
commit
a9ded8f1d5
|
@ -19,6 +19,7 @@
|
||||||
package org.elasticsearch.client;
|
package org.elasticsearch.client;
|
||||||
|
|
||||||
import com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator;
|
import com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator;
|
||||||
|
|
||||||
import org.elasticsearch.ElasticsearchStatusException;
|
import org.elasticsearch.ElasticsearchStatusException;
|
||||||
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
|
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
|
||||||
import org.elasticsearch.action.bulk.BulkRequest;
|
import org.elasticsearch.action.bulk.BulkRequest;
|
||||||
|
@ -425,6 +426,7 @@ public class MachineLearningIT extends ESRestHighLevelClientTestCase {
|
||||||
assertTrue(response.isAcknowledged());
|
assertTrue(response.isAcknowledged());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/33966")
|
||||||
public void testStartDatafeed() throws Exception {
|
public void testStartDatafeed() throws Exception {
|
||||||
String jobId = "test-start-datafeed";
|
String jobId = "test-start-datafeed";
|
||||||
String indexName = "start_data_1";
|
String indexName = "start_data_1";
|
||||||
|
|
Loading…
Reference in New Issue