Mute failing test

Tracked in #43924
This commit is contained in:
Alpar Torok 2019-07-03 17:31:48 +03:00
parent f8fd4321f8
commit 3250cc53f0

View File

@ -1406,6 +1406,7 @@ public class MachineLearningIT extends ESRestHighLevelClientTestCase {
assertTrue(highLevelClient().indices().exists(new GetIndexRequest(destIndex), RequestOptions.DEFAULT)); assertTrue(highLevelClient().indices().exists(new GetIndexRequest(destIndex), RequestOptions.DEFAULT));
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43924")
public void testStopDataFrameAnalyticsConfig() throws Exception { public void testStopDataFrameAnalyticsConfig() throws Exception {
String sourceIndex = "stop-test-source-index"; String sourceIndex = "stop-test-source-index";
String destIndex = "stop-test-dest-index"; String destIndex = "stop-test-dest-index";