the test for diskprediction_cloud is never enabled, and the used
cloud-based service is not reachable anymore. let's just remove the dead
code.
Signed-off-by: Kefu Chai <kchai@redhat.com>
self.skipTest(f'{python_version} not compatible with diskprediction_local')
self._selftest_plugin("diskprediction_local")
- # Not included in qa/packages/packages.yaml
- #def test_diskprediction_cloud(self):
- # self._selftest_plugin("diskprediction_cloud")
-
def test_telegraf(self):
self._selftest_plugin("telegraf")