From ced93370d12a208ae0ef38f879f155b98d02f3ff Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Mon, 29 Aug 2022 12:25:26 -0400 Subject: [PATCH] Skip broken ceph tests. (#32912) Root cause is not clear, the container won't start without any changes or recent commits. (cherry picked from commit 3b4e9d7412535b9be78471d5def94f39a58f460a) --- 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 91bb6e56e7c4..b95e03143514 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']