Skip to content

Commit

Permalink
Disable failing activemq tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Jun 21, 2023
1 parent 06bc699 commit 1e280d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/activemq/test_activemq.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from xpack_metricbeat import XPackTest, metricbeat


@unittest.skip("tests failing: https://github.com/elastic/beats/issues/35851")
@metricbeat.parameterized_with_supported_versions
@unittest.skip("tests failing: https://github.com/elastic/beats/issues/35851")
class ActiveMqTest(XPackTest):
COMPOSE_SERVICES = ['activemq']

Expand Down

0 comments on commit 1e280d4

Please sign in to comment.