Skip to content

Commit 5330033

Browse files
Remove indefinitely muted test (needs ip_range in ES|QL) (#112586)
This test was written under the false assumption that `ip_range` would be supported very soon. This seems unlikely at this point, so the test should simply be removed. The test data includes `ip_range` and while the test could simply expect null values, this adds no additional value over the previous test in this file.
1 parent 0ba0375 commit 5330033

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -468,26 +468,6 @@ client_ip:ip | count_env:i | max_env:keyword
468468
;
469469

470470

471-
enrichCidr2#[skip:-8.99.99, reason:ip_range support not added yet]
472-
required_capability: enrich_load
473-
474-
FROM sample_data
475-
| ENRICH client_cidr_policy ON client_ip WITH env, client_cidr
476-
| KEEP client_ip, env, client_cidr
477-
| SORT client_ip
478-
;
479-
480-
client_ip:ip | env:keyword | client_cidr:ip_range
481-
172.21.3.15 | [Development, Production] | 172.21.3.0/24
482-
172.21.3.15 | [Development, Production] | 172.21.3.0/24
483-
172.21.3.15 | [Development, Production] | 172.21.3.0/24
484-
172.21.3.15 | [Development, Production] | 172.21.3.0/24
485-
172.21.0.5 | Development | 172.21.0.0/16
486-
172.21.2.113 | [Development, QA] | 172.21.2.0/24
487-
172.21.2.162 | [Development, QA] | 172.21.2.0/24
488-
;
489-
490-
491471
enrichAgesStatsYear#[skip:-8.13.99, reason:ENRICH extended in 8.14.0]
492472
required_capability: enrich_load
493473

0 commit comments

Comments
 (0)