Skip to content

Commit

Permalink
Set xfail to longstanding failing test
Browse files Browse the repository at this point in the history
This is for code that is run to backfill data on new deployments.

See: #354
  • Loading branch information
johnbaldwin committed May 29, 2021
1 parent 035f9ca commit a3b922f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_backfill.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ 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
Expand Down

0 comments on commit a3b922f

Please sign in to comment.