Skip to content

Commit

Permalink
Tests: Unskip test in tests/cmdline/commands/test_archive_import.py (
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber authored Jun 1, 2024
1 parent 7f03ed8 commit 7b7958c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cmdline/commands/test_archive_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def test_no_import_group(run_cli_command, newest_archive):
assert Group.collection.count() == 6


@pytest.mark.skip('Due to summary being logged, this can not be checked against `results.output`.')
def test_comment_mode(run_cli_command, newest_archive):
"""Test toggling comment mode flag"""
archives = [get_archive_file(newest_archive, filepath=ARCHIVE_PATH)]
Expand Down

0 comments on commit 7b7958c

Please sign in to comment.