We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f67040 commit 1424702Copy full SHA for 1424702
modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/190_script_processor.yml
@@ -317,10 +317,6 @@ teardown:
317
318
---
319
"Test metadata":
320
- - skip:
321
- version: all
322
- reason: https://github.com/elastic/elasticsearch/issues/88387
323
-
324
- do:
325
ingest.put_pipeline:
326
id: "my_pipeline"
@@ -357,6 +353,7 @@ teardown:
357
353
get:
358
354
index: test2
359
355
id: "1extra"
356
+ routing: "myRouting"
360
- match: { _source.source_field: "bazqux" }
361
- match: { _version: 5 }
362
- match: { _routing: "myRouting" }
0 commit comments