2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

Mark the serve_stale system test as flaky

The serve_stale test has some inherent instabilities affecting many
different checks. While the failure rate isn't too high (about four
failures in past three weeks of nightlies), it gets ignored, because the
test has been unstable for a very long time.
This commit is contained in:
Nicki Křížek 2025-07-03 14:02:57 +02:00
parent 6755d741e4
commit 1e0df480c7

View File

@ -11,6 +11,8 @@
import pytest
import isctest.mark
pytestmark = pytest.mark.extra_artifacts(
[
"dig.out.*",
@ -26,5 +28,6 @@ pytestmark = pytest.mark.extra_artifacts(
)
@isctest.mark.flaky(max_runs=2)
def test_serve_stale(run_tests_sh):
run_tests_sh()