Allow re-run of mkeys system test

On some slow systems, the test might intermittently fail due to inherent
timing issues. In our CI, this most often happens in the
system:gcc:8fips:amd64 jobs.

(cherry picked from commit a299650a6f)
This commit is contained in:
Nicki Křížek
2024-11-07 16:15:54 +01:00
parent cfa26b9bd1
commit 2f54aa22c7

View File

@@ -11,6 +11,8 @@
import pytest
import isctest.mark
pytestmark = pytest.mark.extra_artifacts(
[
"delv.*",
@@ -45,5 +47,6 @@ pytestmark = pytest.mark.extra_artifacts(
)
@isctest.mark.flaky(max_runs=2) # GL#3098
def test_mkeys(run_tests_sh):
run_tests_sh()