mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
parent
ead6670ece
commit
7132f6b998
1 changed files with 3 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue