diff --git a/tests/ingest/pipeline.yaml b/tests/ingest/pipeline.yaml index 48144a9a3..c10c4f327 100644 --- a/tests/ingest/pipeline.yaml +++ b/tests/ingest/pipeline.yaml @@ -6,6 +6,7 @@ epilogues: - path: /_ingest/pipeline/books_pipeline method: DELETE status: [200, 404] +version: '>= 2.11' chapters: - synopsis: Create ingest pipeline for text embedding. path: /_ingest/pipeline/{id} diff --git a/tests/ml/model_groups.yaml b/tests/ml/model_groups.yaml index 71b794c2a..1753dc126 100644 --- a/tests/ml/model_groups.yaml +++ b/tests/ml/model_groups.yaml @@ -2,6 +2,7 @@ $schema: ../../json_schemas/test_story.schema.yaml description: | Test the creation of model groups. +version: '>= 2.11' epilogues: - path: /_plugins/_ml/model_groups/{model_group_id} method: DELETE