Merge branch 'tkrizek/autosign-flaky-9.18' into 'bind-9.18'

[9.18] Mark the autosign system test as flaky

See merge request isc-projects/bind9!8900
This commit is contained in:
Tom Krizek 2024-03-21 15:59:36 +00:00
commit 70b179b099

View file

@ -10,5 +10,9 @@
# information regarding copyright ownership.
import isctest.mark
@isctest.mark.flaky(max_runs=2)
def test_autosign(run_tests_sh):
run_tests_sh()