mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
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:
commit
6bf098e792
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