From 7dec3275e5be9e872c7e6701fa125bbe7aadb352 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Fri, 4 Sep 2020 11:50:00 +0200 Subject: [PATCH] Skip flaky test for prometheus remote write (#20968) --- metricbeat/module/prometheus/test_prometheus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metricbeat/module/prometheus/test_prometheus.py b/metricbeat/module/prometheus/test_prometheus.py index f882cedb6df9..34b8d9daf376 100644 --- a/metricbeat/module/prometheus/test_prometheus.py +++ b/metricbeat/module/prometheus/test_prometheus.py @@ -65,6 +65,7 @@ def test_query(self): self.assert_fields_are_documented(evt) +@unittest.skip("Flaky test: https://github.com/elastic/beats/issues/20967") class TestRemoteWrite(metricbeat.BaseTest): COMPOSE_SERVICES = ['prometheus-host-network']