mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00: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.
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
# See the COPYRIGHT file distributed with this work for additional
|
# See the COPYRIGHT file distributed with this work for additional
|
||||||
# information regarding copyright ownership.
|
# 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):
|
def test_rrl(run_tests_sh):
|
||||||
run_tests_sh()
|
run_tests_sh()
|
||||||
|
Reference in New Issue
Block a user