Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down