Skip to content

Commit

Permalink
Skip flaky test for prometheus remote write (elastic#20968)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Sep 4, 2020
1 parent de5a419 commit 7dec327
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 7dec327

Please sign in to comment.