Skip to content

Commit 3c8bf60

Browse files
committed
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.
1 parent 14fbc1e commit 3c8bf60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/migrate/20_reindex_status.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ setup:
6060
- do:
6161
indices.get_migrate_reindex_status:
6262
index: "my-data-stream"
63-
- match: { complete: true }
6463
- match: { total_indices_in_data_stream: 1 }
6564
- match: { total_indices_requiring_upgrade: 0 }
6665
- match: { successes: 0 }

0 commit comments

Comments
 (0)