Update versions to skip after backport to 8.12 (#104953)
This commit is contained in:
parent
66a930ba46
commit
4c44633056
|
@ -99,8 +99,8 @@ teardown:
|
|||
---
|
||||
"Test Drop Processor with Upsert (_bulk)":
|
||||
- skip:
|
||||
version: ' - 8.12.99'
|
||||
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.13.0'
|
||||
version: ' - 8.12.0'
|
||||
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.12.1'
|
||||
- do:
|
||||
ingest.put_pipeline:
|
||||
id: "my_pipeline"
|
||||
|
@ -140,8 +140,8 @@ teardown:
|
|||
---
|
||||
"Test Drop Processor with Upsert (_update)":
|
||||
- skip:
|
||||
version: ' - 8.12.99'
|
||||
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.13.0'
|
||||
version: ' - 8.12.0'
|
||||
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.12.1'
|
||||
- do:
|
||||
ingest.put_pipeline:
|
||||
id: "my_pipeline"
|
||||
|
|
|
@ -77,8 +77,8 @@ teardown:
|
|||
---
|
||||
"Test Fail Processor with Upsert (bulk)":
|
||||
- skip:
|
||||
version: ' - 8.12.99'
|
||||
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.13.0'
|
||||
version: ' - 8.12.0'
|
||||
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.12.1'
|
||||
- do:
|
||||
ingest.put_pipeline:
|
||||
id: "my_pipeline"
|
||||
|
|
Loading…
Reference in New Issue