mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 21:00:00 -04:00
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:
commit
70b179b099
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