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:
Parker Timmins 2025-04-16 15:28:05 -05:00 committed by GitHub
parent 3d78c9428c
commit 2b2c69a008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }