From: Michal Nowak Date: Thu, 28 May 2026 13:38:37 +0000 (+0000) Subject: Drop flaky marker from the fetchlimit system test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be666c9b5a3f13ce583a26398d0306dba49f9fbf;p=thirdparty%2Fbind9.git 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 --- diff --git a/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py b/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py index 23076980b5d..dd1dcb0762d 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()