Skip to content

Commit db420a0

Browse files
committed
Add missing future.get to fix tests
1 parent c8053d4 commit db420a0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@ tests:
396396
issue: https://github.com/elastic/elasticsearch/issues/121465
397397
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
398398
issue: https://github.com/elastic/elasticsearch/issues/121411
399-
- class: org.elasticsearch.xpack.migrate.action.ReindexDatastreamIndexTransportActionIT
400-
issue: https://github.com/elastic/elasticsearch/issues/121737
401399

402400
# Examples:
403401
#

x-pack/plugin/migrate/src/internalClusterTest/java/org/elasticsearch/xpack/migrate/action/ReindexDatastreamIndexTransportActionIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private void cleanupCluster() throws Exception {
7474
clusterAdmin().execute(
7575
DeletePipelineTransportAction.TYPE,
7676
new DeletePipelineRequest(TEST_REQUEST_TIMEOUT, TEST_REQUEST_TIMEOUT, MigrateTemplateRegistry.REINDEX_DATA_STREAM_PIPELINE_NAME)
77-
);
77+
).actionGet();
7878
super.cleanUpCluster();
7979
}
8080

0 commit comments

Comments
 (0)