Skip to content

Commit

Permalink
disable metricbeat logstash test_node_stats (#26436) (#26445)
Browse files Browse the repository at this point in the history
(cherry picked from commit bb4399e)
  • Loading branch information
kaiyan-sheng committed Jun 23, 2021
1 parent bc6c13b commit 45d3544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metricbeat/module/logstash/test_logstash.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def test_node(self):
self.check_metricset("logstash", "node", self.get_hosts(), self.FIELDS + ["process"])

@unittest.skipUnless(metricbeat.INTEGRATION_TESTS, "integration test")
@unittest.skip("flaky test: https://github.com/elastic/beats/issues/26432")
def test_node_stats(self):
"""
logstash node_stats metricset test
Expand Down

0 comments on commit 45d3544

Please sign in to comment.