mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:10:00 -04:00
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
This commit is contained in:
parent
01142e9256
commit
be666c9b5a
1 changed files with 0 additions and 1 deletions
|
|
@ -23,6 +23,5 @@ pytestmark = pytest.mark.extra_artifacts(
|
|||
)
|
||||
|
||||
|
||||
@pytest.mark.flaky(max_runs=3)
|
||||
def test_fetchlimit(run_tests_sh):
|
||||
run_tests_sh()
|
||||
|
|
|
|||
Loading…
Reference in a new issue