Skip to content

Commit 85c5990

Browse files
Disable newly added Enrich tests for Old Elastic Versions (#131640)
* Disable newly added enrich tests for old builds
1 parent 21ef40b commit 85c5990

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

docs/changelog/131640.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
pr: 131640
2+
summary: Disable newly added Enrich tests for Old Elastic Versions
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 131590
7+
- 131574
8+
- 131591
9+
- 131575
10+
- 131578
11+
- 131624
12+
- 131576
13+
- 131577
14+
- 131580

x-pack/plugin/esql/qa/testFixtures/src/main/resources/enrich.csv-spec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Fyodor Dostoevsky |1211 |null |null |null
664664
;
665665

666666

667-
statsAfterRemoteEnrich
667+
statsAfterRemoteEnrich#[skip:-8.17.99]
668668
required_capability: enrich_load
669669

670670
FROM sample_data
@@ -680,7 +680,7 @@ messages:long | language_name:keyword
680680
;
681681

682682

683-
enrichAfterRemoteEnrich
683+
enrichAfterRemoteEnrich#[skip:-8.17.99]
684684
required_capability: enrich_load
685685

686686
FROM sample_data
@@ -697,7 +697,7 @@ Connected to 10.1.0.1 | 1 | English | En
697697
;
698698

699699

700-
coordinatorEnrichAfterRemoteEnrich
700+
coordinatorEnrichAfterRemoteEnrich#[skip:-8.17.99]
701701
required_capability: enrich_load
702702

703703
FROM sample_data
@@ -714,7 +714,7 @@ Connected to 10.1.0.1 | 1 | English | En
714714
;
715715

716716

717-
doubleRemoteEnrich
717+
doubleRemoteEnrich#[skip:-8.17.99]
718718
required_capability: enrich_load
719719

720720
FROM sample_data
@@ -731,7 +731,7 @@ Connected to 10.1.0.1 | 1 | English | En
731731
;
732732

733733

734-
enrichAfterCoordinatorEnrich
734+
enrichAfterCoordinatorEnrich#[skip:-8.17.99]
735735
required_capability: enrich_load
736736

737737
FROM sample_data
@@ -748,7 +748,7 @@ Connected to 10.1.0.1 | 1 | English | En
748748
;
749749

750750

751-
doubleCoordinatorEnrich
751+
doubleCoordinatorEnrich#[skip:-8.17.99]
752752
required_capability: enrich_load
753753

754754
FROM sample_data

0 commit comments

Comments
 (0)