From be666c9b5a3f13ce583a26398d0306dba49f9fbf Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 28 May 2026 13:38:37 +0000 Subject: [PATCH] Drop flaky marker from the fetchlimit system test With the per-domain limit and clients-per-query spill checks no longer sensitive to fetch-counter timing, the test no longer needs the flaky-retry workaround. Assisted-by: Claude:claude-opus-4-7 --- bin/tests/system/fetchlimit/tests_sh_fetchlimit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py b/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py index 23076980b5..dd1dcb0762 100644 --- a/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py +++ b/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py @@ -23,6 +23,5 @@ pytestmark = pytest.mark.extra_artifacts( ) -@pytest.mark.flaky(max_runs=3) def test_fetchlimit(run_tests_sh): run_tests_sh()