mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 05:44:59 +00:00
parent
f8fd4321f8
commit
3250cc53f0
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user