Skip to content

Commit

Permalink
Fix version check for search pipelines REST test
Browse files Browse the repository at this point in the history
I previously misunderstood the syntax for skipping tests by version.
Thanks @reta for catching this!

Signed-off-by: Michael Froh <[email protected]>
  • Loading branch information
msfroh committed May 17, 2023
1 parent 5f55ba3 commit b2e812c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
"Test basic pipeline crud":
- skip:
version: " - 2.7.0"
version: " - 2.6.99"
reason: "Added in 2.7.0"
- do:
search_pipeline.put:
Expand Down Expand Up @@ -32,7 +32,7 @@
---
"Test Put Versioned Pipeline":
- skip:
version: " - 2.7.0"
version: " - 2.6.99"
reason: "Added in 2.7.0"
- do:
search_pipeline.put:
Expand Down Expand Up @@ -125,7 +125,7 @@
---
"Test Get All Pipelines":
- skip:
version: " - 2.7.0"
version: " - 2.6.99"
reason: "Added in 2.7.0"
- do:
search_pipeline.put:
Expand All @@ -152,7 +152,7 @@
---
"Test invalid config":
- skip:
version: " - 2.7.0"
version: " - 2.6.99"
reason: "Added in 2.7.0"
- do:
catch: /parse_exception/
Expand Down

0 comments on commit b2e812c

Please sign in to comment.