]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Mark the enginepkcs11 test as flaky
authorTom Krizek <tkrizek@isc.org>
Wed, 20 Mar 2024 10:43:35 +0000 (11:43 +0100)
committerTom Krizek <tkrizek@isc.org>
Thu, 21 Mar 2024 15:25:02 +0000 (16:25 +0100)
There are frequent intermittent failures due to "crypto failure".

bin/tests/system/enginepkcs11/tests_sh_enginepkcs11.py

index 334142dde2c3056351c3e1a6a15ee3d0aa590538..908c65cedce13d9f6f6d2823e3c785522ebc7e07 100644 (file)
@@ -9,6 +9,9 @@
 # See the COPYRIGHT file distributed with this work for additional
 # information regarding copyright ownership.
 
+import isctest.mark
 
+
+@isctest.mark.flaky(max_runs=3)  # GL#4605
 def test_enginepkcs11(run_tests_sh):
     run_tests_sh()