2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +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:
Tom Krizek 2023-08-22 18:49:55 +02:00
parent 8c5833fe39
commit 40289d5440
No known key found for this signature in database
GPG Key ID: 01623B9B652A20A7

View File

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