mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 00:30:05 -04:00
Allow re-runs of rrl system test
The rrl system test has been unstable and producing false positive
results for years (GL #172). Allow the test to be re-run (once) to
reduce the noise it causes.
(cherry picked from commit 40289d5440)
This commit is contained in:
parent
ac465416f9
commit
764161d8cf
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
|||
# See the COPYRIGHT file distributed with this work for additional
|
||||
# information regarding copyright ownership.
|
||||
|
||||
import pytest_custom_markers
|
||||
|
||||
|
||||
# The rrl is known to be quite unstable. GL #172
|
||||
@pytest_custom_markers.flaky(max_runs=2)
|
||||
def test_rrl(run_tests_sh):
|
||||
run_tests_sh()
|
||||
|
|
|
|||
Loading…
Reference in a new issue