Skip to content

Commit 5c6ca8d

Browse files
committed
Mute failing test
Tracked in #43924
1 parent e514966 commit 5c6ca8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/MachineLearningIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,6 +1406,7 @@ public void testStartDataFrameAnalyticsConfig() throws Exception {
14061406
assertTrue(highLevelClient().indices().exists(new GetIndexRequest(destIndex), RequestOptions.DEFAULT));
14071407
}
14081408

1409+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43924")
14091410
public void testStopDataFrameAnalyticsConfig() throws Exception {
14101411
String sourceIndex = "stop-test-source-index";
14111412
String destIndex = "stop-test-dest-index";

0 commit comments

Comments
 (0)