mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +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:
parent
6755d741e4
commit
1e0df480c7
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user