From: Noah Watkins Date: Tue, 21 Aug 2018 23:25:05 +0000 (-0700) Subject: qa/tasks/mgr: do not enable always-on module X-Git-Tag: v14.0.1~336^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cdfc2e70df50ca020e3351fd51d4638d4fda6de3;p=ceph.git qa/tasks/mgr: do not enable always-on module Signed-off-by: Noah Watkins --- diff --git a/qa/tasks/mgr/test_insights.py b/qa/tasks/mgr/test_insights.py index 48f34dce425d..37fe0a89c88d 100644 --- a/qa/tasks/mgr/test_insights.py +++ b/qa/tasks/mgr/test_insights.py @@ -12,7 +12,6 @@ class TestInsights(MgrTestCase): def setUp(self): self.setup_mgrs() self._load_module("insights") - self._load_module("crash") self._load_module("selftest") self.crash_ids = []