From e208d1ba60d50c4a7ec0aa79189416a5f00ad644 Mon Sep 17 00:00:00 2001 From: Bryan Wilson Date: Fri, 25 Jun 2021 13:43:38 -0700 Subject: [PATCH] Remove XFail on test_backfill_monthly_metrics_for_site https://github.com/appsembler/figures/issues/354 has been resolved by prior fixes to previous months iterator --- tests/test_backfill.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_backfill.py b/tests/test_backfill.py index ddf43ecb..2b960a03 100644 --- a/tests/test_backfill.py +++ b/tests/test_backfill.py @@ -72,7 +72,6 @@ def backfill_test_data(db): ) -@pytest.mark.xfail # See: https://github.com/appsembler/figures/issues/354 def test_backfill_monthly_metrics_for_site(backfill_test_data): """Simple coverage and data validation check for the function under test