Skip to content

Commit

Permalink
Fixed skip version for Search Pipeline integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <saimedhi@amazon.com>
  • Loading branch information
saimedhi committed Apr 23, 2024
1 parent c9f1565 commit 67acdc1
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Test basic pipeline crud":
- skip:
version: " - 2.6.99"
reason: "Added in 2.7.0"
version: " - 2.8.99"
reason: "Added in 2.9.0"
- do:
search_pipeline.put:
id: "my_pipeline"
Expand Down Expand Up @@ -32,8 +32,8 @@
---
"Test Put Versioned Pipeline":
- skip:
version: " - 2.6.99"
reason: "Added in 2.7.0"
version: " - 2.8.99"
reason: "Added in 2.9.0"
- do:
search_pipeline.put:
id: "my_pipeline"
Expand Down Expand Up @@ -125,8 +125,8 @@
---
"Test Get All Pipelines":
- skip:
version: " - 2.6.99"
reason: "Added in 2.7.0"
version: " - 2.8.99"
reason: "Added in 2.9.0"
- do:
search_pipeline.put:
id: "first_pipeline"
Expand All @@ -152,8 +152,8 @@
---
"Test invalid config":
- skip:
version: " - 2.6.99"
reason: "Added in 2.7.0"
version: " - 2.8.99"
reason: "Added in 2.9.0"
- do:
catch: /parse_exception/
search_pipeline.put:
Expand Down

0 comments on commit 67acdc1

Please sign in to comment.