diff --git a/muted-tests.yml b/muted-tests.yml index 42b0167191a59..88c4c1d90a3dc 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -253,9 +253,6 @@ tests: - class: org.elasticsearch.xpack.esql.expression.function.scalar.convert.ParseIpTests method: testLeadingZerosAreOctal {TestCase[str=v4, validLeadingZerosRejected=true, validLeadingZerosAreDecimal=true, validLeadingZerosAreOctal=true]} issue: https://github.com/elastic/elasticsearch/issues/126496 -- class: org.elasticsearch.xpack.test.rest.XPackRestIT - method: test {p0=migrate/20_reindex_status/Test Reindex With Existing Data Stream} - issue: https://github.com/elastic/elasticsearch/issues/126769 - class: org.elasticsearch.upgrades.LogsIndexModeFullClusterRestartIT method: testLogsIndexing {cluster=UPGRADED} issue: https://github.com/elastic/elasticsearch/issues/126967 diff --git a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/migrate/20_reindex_status.yml b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/migrate/20_reindex_status.yml index 616d320ae7ffe..c67ad77a75077 100644 --- a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/migrate/20_reindex_status.yml +++ b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/migrate/20_reindex_status.yml @@ -60,7 +60,6 @@ setup: - do: indices.get_migrate_reindex_status: index: "my-data-stream" - - match: { complete: true } - match: { total_indices_in_data_stream: 1 } - match: { total_indices_requiring_upgrade: 0 } - match: { successes: 0 }