Module: check_mk
Branch: master
Commit: 58781f91b7a0a95fe0206f6c3c34fa8362f46090
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=58781f91b7a0a9…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Fri Dec 29 08:31:24 2017 +0100
Temporarily disable liveproxyd tests, they leave the site in an unusable state.
Change-Id: Ib1066d240e968d7efdaab3564b10c5729b8d62f0
---
tests/livestatus/test_liveproxyd.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/livestatus/test_liveproxyd.py b/tests/livestatus/test_liveproxyd.py
index 1017f5b..6968c14 100644
--- a/tests/livestatus/test_liveproxyd.py
+++ b/tests/livestatus/test_liveproxyd.py
@@ -6,6 +6,8 @@ import pytest
import signal
from testlib import web
+pytestmark = pytest.mark.skipif(True, "liveproxyd remains in an unkillable state
with tons of child processes")
+
@pytest.fixture(scope="module")
def default_cfg(web):
print "Applying default config"