From 1ff365b572d87cf068569e6ec0986e92c62fd07d Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 2 Sep 2022 07:48:04 -0300 Subject: [PATCH] [Tests] Moved the schematic diff to the slow tests --- tests/test_plot/test_misc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_plot/test_misc.py b/tests/test_plot/test_misc.py index 8c48d807..48431232 100644 --- a/tests/test_plot/test_misc.py +++ b/tests/test_plot/test_misc.py @@ -1376,6 +1376,8 @@ def test_diff_git_3(test_dir): ctx.clean_up(keep_project=True) +@pytest.mark.slow +@pytest.mark.eeschema def test_diff_file_sch_1(test_dir): """ Difference between the current Schematic and a reference file """ prj = 'light_control_diff'