diff --git a/docs/changelog/120662.yaml b/docs/changelog/120662.yaml new file mode 100644 index 0000000000000..630ee5e99c31c --- /dev/null +++ b/docs/changelog/120662.yaml @@ -0,0 +1,5 @@ +pr: 120662 +summary: Fix broken yaml test `30_create_from` +area: Indices APIs +type: bug +issues: [] diff --git a/muted-tests.yml b/muted-tests.yml index 1134e382a5204..9737e79312716 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -243,9 +243,6 @@ tests: - class: org.elasticsearch.index.reindex.BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests method: testReindex issue: https://github.com/elastic/elasticsearch/issues/120605 -- class: org.elasticsearch.xpack.test.rest.XPackRestIT - method: test {p0=migrate/30_create_from/Test create_from with remove_index_blocks set to false} - issue: https://github.com/elastic/elasticsearch/issues/120657 - class: org.elasticsearch.xpack.inference.DefaultEndPointsIT method: testMultipleInferencesTriggeringDownloadAndDeploy issue: https://github.com/elastic/elasticsearch/issues/120668 diff --git a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/migrate/30_create_from.yml b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/migrate/30_create_from.yml index dd32787a218bc..269d66474b1d7 100644 --- a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/migrate/30_create_from.yml +++ b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/migrate/30_create_from.yml @@ -137,7 +137,7 @@ teardown: blocks.write: true blocks.read: true - do: - migrate.create_from: + indices.create_from: source: "source-index-1" dest: "dest-index-1" body: