mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 07:07:00 -04:00
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:
commit
da39dffd08
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue