We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e514966 commit 5c6ca8dCopy full SHA for 5c6ca8d
client/rest-high-level/src/test/java/org/elasticsearch/client/MachineLearningIT.java
@@ -1406,6 +1406,7 @@ public void testStartDataFrameAnalyticsConfig() throws Exception {
1406
assertTrue(highLevelClient().indices().exists(new GetIndexRequest(destIndex), RequestOptions.DEFAULT));
1407
}
1408
1409
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43924")
1410
public void testStopDataFrameAnalyticsConfig() throws Exception {
1411
String sourceIndex = "stop-test-source-index";
1412
String destIndex = "stop-test-dest-index";
0 commit comments