From 7b7958c7aee150162cb4db0562a7352764a94c04 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Sat, 1 Jun 2024 15:11:33 +0200 Subject: [PATCH] Tests: Unskip test in `tests/cmdline/commands/test_archive_import.py` (#6438) --- tests/cmdline/commands/test_archive_import.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cmdline/commands/test_archive_import.py b/tests/cmdline/commands/test_archive_import.py index b644859c50..90c524781a 100644 --- a/tests/cmdline/commands/test_archive_import.py +++ b/tests/cmdline/commands/test_archive_import.py @@ -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)]