From fa47d061846b057b96973e54cb47d1b6a460d8fe Mon Sep 17 00:00:00 2001 From: Jumana Bahrainwala Date: Thu, 5 Oct 2023 14:21:42 -0400 Subject: [PATCH] fix --- tests/test_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_logging.py b/tests/test_logging.py index 2bbf070b..a29f32e8 100644 --- a/tests/test_logging.py +++ b/tests/test_logging.py @@ -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