Skip to content

Commit

Permalink
Skip the suite not the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Apr 16, 2024
1 parent 184896e commit 12ee1d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions metricbeat/module/prometheus/test_prometheus.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ def test_query(self):

self.assert_fields_are_documented(evt)


@unittest.skip("use of host network incompatible with docker update: https://github.com/elastic/beats/issues/38854")
class TestRemoteWrite(metricbeat.BaseTest):

COMPOSE_SERVICES = ['prometheus-host-network']

@unittest.skip("use of host network incompatible with docker update: https://github.com/elastic/beats/issues/38854")
@unittest.skipUnless(metricbeat.INTEGRATION_TESTS, "integration test")
def test_remote_write(self):
"""
Expand Down

0 comments on commit 12ee1d9

Please sign in to comment.