diff --git a/tests/test_analyze_commands.py b/tests/test_analyze_commands.py index 45f696baf1..04d91201b6 100644 --- a/tests/test_analyze_commands.py +++ b/tests/test_analyze_commands.py @@ -39,6 +39,7 @@ def test_valid_path(): assert e.value.code == 0 test_utils.clean_output_dir(config["cleanup"], workload_dir) + @pytest.mark.misc def test_list_kernels(): workload_dir = test_utils.setup_workload_dir(indir1) @@ -1574,6 +1575,7 @@ def test_kernel_verbose_1(): assert e.value.code == 0 test_utils.clean_output_dir(config["cleanup"], workload_dir) + @pytest.mark.kernel_verbose def test_kernel_verbose_2(): workload_dir = test_utils.setup_workload_dir(indir1)