Skip to content

Commit

Permalink
Reenable ingest YAML tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann authored Oct 21, 2021
1 parent fd68b04 commit 1621c86
Showing 1 changed file with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
"Test basic pipeline crud":
- skip:
version: all
reason: https://github.com/elastic/elasticsearch/issues/79377

- do:
ingest.put_pipeline:
id: "my_pipeline"
Expand Down Expand Up @@ -32,10 +28,6 @@

---
"Test Put Versioned Pipeline":
- skip:
version: all
reason: https://github.com/elastic/elasticsearch/issues/79377

- do:
ingest.put_pipeline:
id: "my_pipeline"
Expand Down Expand Up @@ -126,10 +118,6 @@
id: "my_pipeline"
---
"Test Get All Pipelines":
- skip:
version: all
reason: https://github.com/elastic/elasticsearch/issues/79377

- do:
ingest.put_pipeline:
id: "first_pipeline"
Expand All @@ -154,10 +142,6 @@

---
"Test invalid config":
- skip:
version: all
reason: https://github.com/elastic/elasticsearch/issues/79377

- do:
catch: /parse_exception/
ingest.put_pipeline:
Expand All @@ -172,12 +156,8 @@
---
"Test Get Summarized Pipelines":
- skip:
version: all
reason: https://github.com/elastic/elasticsearch/issues/79377

# - skip:
# version: " - 7.12.99"
# reason: "summary option added in 7.13"
version: " - 7.12.99"
reason: "summary option added in 7.13"

- do:
ingest.put_pipeline:
Expand Down

0 comments on commit 1621c86

Please sign in to comment.