Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/changelog/131640.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pr: 131640
summary: Disable newly added Enrich tests for Old Elastic Versions
area: ES|QL
type: bug
issues:
- 131590
- 131574
- 131591
- 131575
- 131578
- 131624
- 131576
- 131577
- 131580
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ Fyodor Dostoevsky |1211 |null |null |null
;


statsAfterRemoteEnrich
statsAfterRemoteEnrich#[skip:-8.17.99]
required_capability: enrich_load

FROM sample_data
Expand All @@ -680,7 +680,7 @@ messages:long | language_name:keyword
;


enrichAfterRemoteEnrich
enrichAfterRemoteEnrich#[skip:-8.17.99]
required_capability: enrich_load

FROM sample_data
Expand All @@ -697,7 +697,7 @@ Connected to 10.1.0.1 | 1 | English | En
;


coordinatorEnrichAfterRemoteEnrich
coordinatorEnrichAfterRemoteEnrich#[skip:-8.17.99]
required_capability: enrich_load

FROM sample_data
Expand All @@ -714,7 +714,7 @@ Connected to 10.1.0.1 | 1 | English | En
;


doubleRemoteEnrich
doubleRemoteEnrich#[skip:-8.17.99]
required_capability: enrich_load

FROM sample_data
Expand All @@ -731,7 +731,7 @@ Connected to 10.1.0.1 | 1 | English | En
;


enrichAfterCoordinatorEnrich
enrichAfterCoordinatorEnrich#[skip:-8.17.99]
required_capability: enrich_load

FROM sample_data
Expand All @@ -748,7 +748,7 @@ Connected to 10.1.0.1 | 1 | English | En
;


doubleCoordinatorEnrich
doubleCoordinatorEnrich#[skip:-8.17.99]
required_capability: enrich_load

FROM sample_data
Expand Down