Mute MachineLearningIT#testStartDatafeed

This commit is contained in:
Christoph Büscher 2018-09-24 11:03:28 +02:00
parent 5a53193db0
commit a9ded8f1d5
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
package org.elasticsearch.client;
import com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator;
import org.elasticsearch.ElasticsearchStatusException;
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
import org.elasticsearch.action.bulk.BulkRequest;
@ -425,6 +426,7 @@ public class MachineLearningIT extends ESRestHighLevelClientTestCase {
assertTrue(response.isAcknowledged());
}
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/33966")
public void testStartDatafeed() throws Exception {
String jobId = "test-start-datafeed";
String indexName = "start_data_1";