From bbe4c9b17104a19c1ed6b98e461883fdffbd730b Mon Sep 17 00:00:00 2001 From: carlosdelest Date: Wed, 16 Oct 2024 20:34:53 +0200 Subject: [PATCH] No need to wait on status for put --- .../rest-api-spec/test/synonyms/10_synonyms_put.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/10_synonyms_put.yml b/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/10_synonyms_put.yml index 1f03c852952e2..2589b65853406 100644 --- a/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/10_synonyms_put.yml +++ b/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/10_synonyms_put.yml @@ -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 }