The expected invalid meta hour argument of 24:00 is tested already. Fixes: a6717ae094db2 ("evaluate: Fix for 'meta hour' ranges spanning date boundaries") Signed-off-by: Phil Sutter --- tests/py/any/meta.t | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/py/any/meta.t b/tests/py/any/meta.t index 74e4ba28343d9..c5ab2ad908c46 100644 --- a/tests/py/any/meta.t +++ b/tests/py/any/meta.t @@ -221,7 +221,6 @@ meta hour "00:01" drop;ok meta hour "01:01" drop;ok meta hour "02:02" drop;ok meta hour "03:03" drop;ok -meta hour "24:00" drop;fail meta hour "23:59:60" drop;ok;meta hour "00:00" drop meta hour "00:00"-"02:02" drop;ok meta hour "01:01"-"03:03" drop;ok -- 2.49.0