Skip to content

Commit

Permalink
Mute failing tests for elastic#79377 (elastic#79380)
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann committed Oct 18, 2021
1 parent ca9aaac commit fea9c34
Showing 1 changed file with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- skip:
version: all
reason: https://github.com/elastic/elasticsearch/issues/79377

"Test basic pipeline crud":
- do:
ingest.put_pipeline:
Expand Down Expand Up @@ -27,6 +31,10 @@
id: "my_pipeline"

---
- skip:
version: all
reason: https://github.com/elastic/elasticsearch/issues/79377

"Test Put Versioned Pipeline":
- do:
ingest.put_pipeline:
Expand Down Expand Up @@ -118,6 +126,10 @@
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 @@ -142,6 +154,10 @@

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

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

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

- do:
ingest.put_pipeline:
Expand Down

0 comments on commit fea9c34

Please sign in to comment.