Merge branch '1621-statistics-test-rerun-flaky-9.18' into 'bind-9.18'

[9.18] Allow statistics test rerun

See merge request isc-projects/bind9!8639
This commit is contained in:
Tom Krizek
2024-01-10 13:52:18 +00:00

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()