Skip to content

Commit

Permalink
No need to wait on status for put
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Oct 16, 2024
1 parent 4a01ec7 commit bbe4c9b
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ setup:
synonyms_set:
- synonyms: "other, another"

- do:
cluster.health:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m

- match: { result: "updated" }
- match: { reload_analyzers_details._shards.total: 0 }
- length: { reload_analyzers_details.reload_details: 0 }
Expand Down

0 comments on commit bbe4c9b

Please sign in to comment.