Merge branch 'tkrizek/autosign-flaky' into 'main'

Mark the autosign system test as flaky

Closes #4247 and #1565

See merge request isc-projects/bind9!8867
This commit is contained in:
Tom Krizek 2024-03-21 15:23:27 +00:00
commit da39dffd08

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