Skip to content

Commit

Permalink
Skip flaky test for prometheus remote write (#20968) (#20979)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7dec327)
  • Loading branch information
jsoriano authored Sep 4, 2020
1 parent b642285 commit ffa5060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metricbeat/module/prometheus/test_prometheus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit ffa5060

Please sign in to comment.