Allow statistics test rerun

This test has been unstable for a long while, especially the check
"statistics:verifying active sockets output in named.stats". Allow the
statistics test to be re-run to avoid frequent false positives.
This commit is contained in:
Tom Krizek
2024-01-10 11:02:55 +01:00
parent ead6670ece
commit 7132f6b998

View File

@@ -9,6 +9,9 @@
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
import pytest_custom_markers
@pytest_custom_markers.flaky(max_runs=2) # GL#1621
def test_statistics(run_tests_sh):
run_tests_sh()