From ffa506011b3e1cefe28e2ccbaddd69852ffc2b60 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Fri, 4 Sep 2020 13:43:02 +0200 Subject: [PATCH] Skip flaky test for prometheus remote write (#20968) (#20979) (cherry picked from commit 7dec3275e5be9e872c7e6701fa125bbe7aadb352) --- 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 f882cedb6df..34b8d9daf37 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']