Skip to content

Commit 2b2c69a

Browse files
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 3d78c94 commit 2b2c69a

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)