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.
This commit is contained in:
Tom Krizek 2024-03-14 16:18:02 +01:00
parent 32e7e0a8ee
commit a061fd67f6
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

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