summaryrefslogtreecommitdiffstats
path: root/qa/tasks/mgr/test_module_selftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/tasks/mgr/test_module_selftest.py')
-rw-r--r--qa/tasks/mgr/test_module_selftest.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/qa/tasks/mgr/test_module_selftest.py b/qa/tasks/mgr/test_module_selftest.py
index 7ac2960371c..c41a95c71f7 100644
--- a/qa/tasks/mgr/test_module_selftest.py
+++ b/qa/tasks/mgr/test_module_selftest.py
@@ -36,13 +36,6 @@ class TestModuleSelftest(MgrTestCase):
self.mgr_cluster.mon_manager.raw_cluster_cmd(
"mgr", "self-test", "module", module_name)
- def test_zabbix(self):
- # Set these mandatory config fields so that the zabbix module
- # won't trigger health/log errors on load/serve.
- self.mgr_cluster.set_module_conf("zabbix", "zabbix_host", "localhost")
- self.mgr_cluster.set_module_conf("zabbix", "identifier", "foo")
- self._selftest_plugin("zabbix")
-
def test_prometheus(self):
self._assign_ports("prometheus", "server_port", min_port=8100)
self._selftest_plugin("prometheus")