Skip to content

Commit 0f09fda

Browse files
authored
Fix cleanup of enrich policy in test (#107367)
This test is installing a separate policy that isn't getting cleaned up, which is causing a failure in a separate test.
1 parent aac1761 commit 0f09fda

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/enrich/20_standard_index.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,11 @@ enrich documents over _bulk via an alias:
179179
_source:
180180
baz: slow
181181
c: 3
182+
183+
- do:
184+
ingest.delete_pipeline:
185+
id: test_alias_pipeline
186+
187+
- do:
188+
enrich.delete_policy:
189+
name: test_alias_policy

0 commit comments

Comments
 (0)