From 8e2d059167b2b6c5b2763db6ddb34e87ef84747f Mon Sep 17 00:00:00 2001 From: Louis Chu Date: Wed, 24 May 2023 15:10:09 -0400 Subject: [PATCH] Remvoe flaky match conditions in script processor yaml test (#7737) Signed-off-by: Louis Chu --- .../test/search_pipeline/50_script_processor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/search-pipeline-common/src/yamlRestTest/resources/rest-api-spec/test/search_pipeline/50_script_processor.yml b/modules/search-pipeline-common/src/yamlRestTest/resources/rest-api-spec/test/search_pipeline/50_script_processor.yml index bba52285fd58d..9b2dc0c41ff31 100644 --- a/modules/search-pipeline-common/src/yamlRestTest/resources/rest-api-spec/test/search_pipeline/50_script_processor.yml +++ b/modules/search-pipeline-common/src/yamlRestTest/resources/rest-api-spec/test/search_pipeline/50_script_processor.yml @@ -83,10 +83,6 @@ teardown: "profile": true } - length: { hits.hits: 2 } - - match: { _shards.total: 1 } - - match: { hits.total.value: 1 } - - match: { hits.hits.0._score: 1.0 } - - match: { hits.hits.1._score: 1.0 } - is_false: hits.hits.0._explanation - is_false: hits.hits.1._explanation - is_false: hits.hits.0._seq_no