Skip to content

Commit

Permalink
Remove indefinitely muted test (needs ip_range in ES|QL) (elastic#112586
Browse files Browse the repository at this point in the history
)

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.
  • Loading branch information
craigtaverner authored Sep 6, 2024
1 parent 0ba0375 commit 5330033
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -468,26 +468,6 @@ client_ip:ip | count_env:i | max_env:keyword
;


enrichCidr2#[skip:-8.99.99, reason:ip_range support not added yet]
required_capability: enrich_load

FROM sample_data
| ENRICH client_cidr_policy ON client_ip WITH env, client_cidr
| KEEP client_ip, env, client_cidr
| SORT client_ip
;

client_ip:ip | env:keyword | client_cidr:ip_range
172.21.3.15 | [Development, Production] | 172.21.3.0/24
172.21.3.15 | [Development, Production] | 172.21.3.0/24
172.21.3.15 | [Development, Production] | 172.21.3.0/24
172.21.3.15 | [Development, Production] | 172.21.3.0/24
172.21.0.5 | Development | 172.21.0.0/16
172.21.2.113 | [Development, QA] | 172.21.2.0/24
172.21.2.162 | [Development, QA] | 172.21.2.0/24
;


enrichAgesStatsYear#[skip:-8.13.99, reason:ENRICH extended in 8.14.0]
required_capability: enrich_load

Expand Down

0 comments on commit 5330033

Please sign in to comment.