Skip to content

Commit 4c44633

Browse files
authored
Update versions to skip after backport to 8.12 (#104953)
1 parent 66a930b commit 4c44633

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/220_drop_processor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ teardown:
9999
---
100100
"Test Drop Processor with Upsert (_bulk)":
101101
- skip:
102-
version: ' - 8.12.99'
103-
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.13.0'
102+
version: ' - 8.12.0'
103+
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.12.1'
104104
- do:
105105
ingest.put_pipeline:
106106
id: "my_pipeline"
@@ -140,8 +140,8 @@ teardown:
140140
---
141141
"Test Drop Processor with Upsert (_update)":
142142
- skip:
143-
version: ' - 8.12.99'
144-
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.13.0'
143+
version: ' - 8.12.0'
144+
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.12.1'
145145
- do:
146146
ingest.put_pipeline:
147147
id: "my_pipeline"

modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/60_fail.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ teardown:
7777
---
7878
"Test Fail Processor with Upsert (bulk)":
7979
- skip:
80-
version: ' - 8.12.99'
81-
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.13.0'
80+
version: ' - 8.12.0'
81+
reason: 'https://github.com/elastic/elasticsearch/issues/36746 fixed in 8.12.1'
8282
- do:
8383
ingest.put_pipeline:
8484
id: "my_pipeline"

0 commit comments

Comments
 (0)