diff --git a/tests/test_posttest.py b/tests/test_posttest.py index 6d1b676bc20..2f1bb07a7e6 100644 --- a/tests/test_posttest.py +++ b/tests/test_posttest.py @@ -6,7 +6,9 @@ pytestmark = [ pytest.mark.posttest, - pytest.mark.topology('util') + pytest.mark.topology('util'), + pytest.mark.sanity_check(skip_sanity=True), + pytest.mark.disable_loganalyzer ]