Update versions to skip after backport to 8.12 (#104953)

This commit is contained in:
Joe Gallo 2024-01-30 18:51:13 -05:00 committed by GitHub
parent 66a930ba46
commit 4c44633056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"