Skip to content

Commit

Permalink
last commit broke posteo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Dec 30, 2023
1 parent d7226b5 commit f16f9dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/compatibility_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@
'no_journal',
'no_recurring_todo',
'no_sync_token',
'combined_search_not_working'
]


Expand Down
3 changes: 2 additions & 1 deletion tests/test_caldav.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,8 @@ def testSearchEvent(self):
)
if not self.check_compatibility_flag(
"category_search_yields_nothing"
) and not self.check_compatibility_flag("combined_search_not_working"):
) and not self.check_compatibility_flag("combined_search_not_working")
and not self.check_compatibility_flag("combined_date_search_not_working"):
assert len(no_events) == 0
some_events = c.search(
comp_class=Event,
Expand Down

0 comments on commit f16f9dc

Please sign in to comment.