Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev_benste' into bensteUEM/issue122
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteUEM committed Dec 30, 2024
2 parents 769f700 + 97b5f48 commit e431ea6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_churchtools_api_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ def test_get_events(self, caplog: pytest.LogCaptureFixture) -> None:
# TODO @benste: add test cases for uncommon parts (canceled, include)
# https://github.com/bensteUEM/ChurchToolsAPI/issues/24

@pytest.mark.skip(
"This test relies on a 90 day sample timeframe "
"and is therefore excluded from automation"
)
def test_get_AllEventData_ajax(self) -> None:
"""IMPORTANT - This test method and the parameters used depend on target system!
Expand Down

0 comments on commit e431ea6

Please sign in to comment.