diff --git a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/ip.csv-spec b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/ip.csv-spec index 86c56909083cb..351fec4ee7a46 100644 --- a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/ip.csv-spec +++ b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/ip.csv-spec @@ -317,7 +317,7 @@ FROM logs 2023-10-23T13:55:01.546Z| java|More java stuff |null ; -toIpInAgg +toIpInAgg#[skip:-8.12.99,reason:StatsNestedExp introduced in v8.13.0] ROW s = "1.1.1.1" | STATS COUNT(*) BY ip = TO_IP(s) ; @@ -325,7 +325,7 @@ COUNT(*):long | ip:ip 1 | 1.1.1.1 ; -toIpInSort +toIpInSort#[skip:-8.13.99,reason:SortByExpression introduced in 8.14] ROW s = "1.1.1.1" | SORT TO_IP(s) ;