mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
Fix reindex yaml test (#126942)
Reindex task may not have completed by time status is called, so remove assertion that relies on this. Following assertions are set in the action which starts task, so will be correct whether or not task has completed.
This commit is contained in:
parent
3d78c9428c
commit
2b2c69a008
1 changed files with 0 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue