From 1ee84db0360db0da336d5b1ee92807d29fcfbbe1 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 18 Jan 2024 13:24:04 +0100 Subject: tests: py: remove huge-limit test cases These tests will fail once the kernel checks for overflow in the internal token bucken counter, so drop them. Signed-off-by: Florian Westphal --- tests/py/any/limit.t.json.output | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'tests/py/any/limit.t.json.output') diff --git a/tests/py/any/limit.t.json.output b/tests/py/any/limit.t.json.output index 5a95f5e1..2c94d2de 100644 --- a/tests/py/any/limit.t.json.output +++ b/tests/py/any/limit.t.json.output @@ -118,19 +118,6 @@ } ] -# limit rate 1023000 mbytes/second -[ - { - "limit": { - "burst": 0, - "burst_unit": "bytes", - "per": "second", - "rate": 1023000, - "rate_unit": "mbytes" - } - } -] - # limit rate over 400/minute [ { @@ -260,18 +247,3 @@ } } ] - -# limit rate over 1023000 mbytes/second -[ - { - "limit": { - "burst": 0, - "burst_unit": "bytes", - "inv": true, - "per": "second", - "rate": 1023000, - "rate_unit": "mbytes" - } - } -] - -- cgit v1.2.3