Skip to content

Commit

Permalink
Skip test_jolokia_jmx due to flakiness.
Browse files Browse the repository at this point in the history
Attempt to fix elastic#38539
  • Loading branch information
cmacknz committed Mar 27, 2024
1 parent 4305f30 commit 0bb5440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metricbeat/tests/system/test_autodiscover_jolokia.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ class Test(metricbeat.BaseTest):

COMPOSE_SERVICES = ['jolokia']

@unittest.skipUnless(metricbeat.INTEGRATION_TESTS, "integration test")
# @unittest.skipUnless(metricbeat.INTEGRATION_TESTS, "integration test")
@unittest.skip("tests failing: https://github.com/elastic/beats/issues/38539")
def test_jolokia_jmx(self):
"""
jolokia autodiscover with jmx metricset
Expand Down

0 comments on commit 0bb5440

Please sign in to comment.