Skip to content

Commit 1424702

Browse files
authored
Fixing a routing bug in 190_script_processor/Test metadata (#88831)
1 parent 0f67040 commit 1424702

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/190_script_processor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,6 @@ teardown:
317317

318318
---
319319
"Test metadata":
320-
- skip:
321-
version: all
322-
reason: https://github.com/elastic/elasticsearch/issues/88387
323-
324320
- do:
325321
ingest.put_pipeline:
326322
id: "my_pipeline"
@@ -357,6 +353,7 @@ teardown:
357353
get:
358354
index: test2
359355
id: "1extra"
356+
routing: "myRouting"
360357
- match: { _source.source_field: "bazqux" }
361358
- match: { _version: 5 }
362359
- match: { _routing: "myRouting" }

0 commit comments

Comments
 (0)