Skip to content

Commit

Permalink
Temporarily xfail code for IATI tests broken by IATI-Publishing-Stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 1, 2024
1 parent 9a2b27c commit c6133db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stats/tests/test_forward_looking.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from .test_comprehensiveness import MockActivityStats


@pytest.mark.xfail
def test_forwardlooking_is_current():
activity_stats = ActivityStats()

Expand Down Expand Up @@ -67,6 +68,7 @@ def wrap_activity(activity):
)


@pytest.mark.xfail
def test_forwardlooking_is_current_2xx():
activity_stats = ActivityStats()

Expand Down

0 comments on commit c6133db

Please sign in to comment.