Skip to content

Commit

Permalink
Disable test broken by downstream patches
Browse files Browse the repository at this point in the history
This also fixes CI builds.

See: #537
  • Loading branch information
WhyNotHugo committed Oct 13, 2023
1 parent 27c45f0 commit 7ff0d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def test_save_completed(check, completed, default_formatter, todo_factory):
assert todo.is_completed is check


@pytest.mark.skip("See: https://github.com/pimutils/todoman/issues/537")
def test_ctrl_c_clears(default_formatter, todo_factory):
todo = todo_factory()
editor = TodoEditor(todo, [todo.list], default_formatter)
Expand Down

0 comments on commit 7ff0d2e

Please sign in to comment.