From b2d2b072ca196d798eb430ec64776255458e8157 Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Fri, 10 Jan 2025 10:53:04 +1300 Subject: [PATCH] Remove unsupported search shards test Signed-off-by: Thomas Farr --- tests/default/_core/search_shards.yaml | 11 ----------- tests/default/indices/search_shards.yaml | 13 ------------- 2 files changed, 24 deletions(-) diff --git a/tests/default/_core/search_shards.yaml b/tests/default/_core/search_shards.yaml index 318a6d234..a592208aa 100644 --- a/tests/default/_core/search_shards.yaml +++ b/tests/default/_core/search_shards.yaml @@ -22,16 +22,5 @@ chapters: - synopsis: Verify the distribution of shards for the index. path: /_search_shards method: GET - response: - status: 200 - - - synopsis: Check routing behavior based on search criteria. - path: /_search_shards - method: POST - request: - payload: - query: - match: - title: To Kill a Mockingbird response: status: 200 \ No newline at end of file diff --git a/tests/default/indices/search_shards.yaml b/tests/default/indices/search_shards.yaml index bcb755962..01472073a 100644 --- a/tests/default/indices/search_shards.yaml +++ b/tests/default/indices/search_shards.yaml @@ -24,18 +24,5 @@ chapters: parameters: index: movies method: GET - response: - status: 200 - - - synopsis: Check routing behavior based on search criteria. - path: /{index}/_search_shards - parameters: - index: movies - method: POST - request: - payload: - query: - match: - title: To Kill a Mockingbird response: status: 200 \ No newline at end of file