diff --git a/tests/default/_core/search/scroll.yaml b/tests/default/_core/search/scroll.yaml index 6ed9e10f..fb4baccd 100644 --- a/tests/default/_core/search/scroll.yaml +++ b/tests/default/_core/search/scroll.yaml @@ -105,11 +105,3 @@ chapters: path: /_search/scroll/{scroll_id} parameters: scroll_id: ${scroll.scroll_id} - - synopsis: Deleting a non-existent scroll. - method: DELETE - path: /_search/scroll - request: - payload: - scroll_id: ${scroll.scroll_id} - response: - status: 404