From 5b5f126c28854c1a5c604d341734621fbf47b162 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 14:04:51 -0400 Subject: [PATCH] Skip broken ceph tests. (#32912) (#32914) Root cause is not clear, the container won't start without any changes or recent commits. (cherry picked from commit 3b4e9d7412535b9be78471d5def94f39a58f460a) Co-authored-by: Craig MacKenzie --- metricbeat/module/ceph/test_ceph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metricbeat/module/ceph/test_ceph.py b/metricbeat/module/ceph/test_ceph.py index 91bb6e56e7c..b95e0314351 100644 --- a/metricbeat/module/ceph/test_ceph.py +++ b/metricbeat/module/ceph/test_ceph.py @@ -8,6 +8,7 @@ @metricbeat.parameterized_with_supported_versions +@unittest.skip("broken test suite: https://github.com/elastic/beats/issues/32898") class Test(metricbeat.BaseTest): COMPOSE_SERVICES = ['ceph']