]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use pytest.mark.flaky as the flaky marker
authorNicki Křížek <nicki@isc.org>
Thu, 3 Jul 2025 13:22:23 +0000 (15:22 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 7 Jul 2025 11:29:15 +0000 (13:29 +0200)
commit4c487c811db579e50cbd6bfdb20379eec793cb8c
tree190125c61f0f728bca7ae6c901373f926c6f87ba
parent126a59cef2b3407579ff99c260e25a49d67192b6
Use pytest.mark.flaky as the flaky marker

It's possible to use pytest.mark.flaky, which achieves the exact same
thing as our custom-defined isctest.mark.flaky -- attempts to rerun the
test on failure, but only is flaky package is available.
14 files changed:
bin/tests/system/autosign/tests_sh_autosign.py
bin/tests/system/dnstap/tests_sh_dnstap.py
bin/tests/system/enginepkcs11/tests_sh_enginepkcs11.py
bin/tests/system/fetchlimit/tests_sh_fetchlimit.py
bin/tests/system/isctest/mark.py
bin/tests/system/mkeys/tests_sh_mkeys.py
bin/tests/system/nsupdate/tests_sh_nsupdate.py
bin/tests/system/qmin/tests_sh_qmin.py
bin/tests/system/reclimit/tests_sh_reclimit.py
bin/tests/system/rrl/tests_sh_rrl.py
bin/tests/system/serve-stale/tests_sh_serve_stale.py
bin/tests/system/statschannel/tests_json.py
bin/tests/system/statschannel/tests_xml.py
bin/tests/system/timeouts/tests_tcp_timeouts.py