]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop flaky marker from the fetchlimit system test
authorMichal Nowak <mnowak@isc.org>
Thu, 28 May 2026 13:38:37 +0000 (13:38 +0000)
committerMichal Nowak <mnowak@isc.org>
Wed, 10 Jun 2026 17:28:19 +0000 (17:28 +0000)
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

index 23076980b5d7a9acb9134d497204e4ea624b0183..dd1dcb0762d346d365b0b996771dd87d64921baa 100644 (file)
@@ -23,6 +23,5 @@ pytestmark = pytest.mark.extra_artifacts(
 )
 
 
-@pytest.mark.flaky(max_runs=3)
 def test_fetchlimit(run_tests_sh):
     run_tests_sh()