mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
Mark the autosign system test as flaky
The autosign test uses sleep in many cases to wait for something to
happen. This inevitably leads to an instability that manifests in our
CI. Allow an automatic rerun of the test to improve its stability.
(cherry picked from commit a061fd67f6)
This commit is contained in:
parent
aa1c4e15ca
commit
2d7cc261f2
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