Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai committed Oct 5, 2023
1 parent cf1ca24 commit fa47d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class App:
# assert dir_contents[0].basename == 'foo.json'


@pytest.skip("TODO: fix this test - it consistenly fails on CI")
@pytest.mark.skip("TODO: fix this test - it consistenly fails on CI")
@pytest.mark.parametrize("service_id", ["fake-service_id", None])
def test_logging_records_statsd_stats(app_with_statsd, service_id):
app = app_with_statsd
Expand Down

0 comments on commit fa47d06

Please sign in to comment.