From 73c72ecb62fd04e0bf5bca2b93b31ac6c4d0d194 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 12 Jul 2022 14:03:17 -0300 Subject: [PATCH] [Tests] Fixed test_import_8 - Removed the ligth_control project --- tests/test_plot/test_misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plot/test_misc.py b/tests/test_plot/test_misc.py index da597821..288b24e6 100644 --- a/tests/test_plot/test_misc.py +++ b/tests/test_plot/test_misc.py @@ -857,7 +857,7 @@ def test_import_8(test_dir): ctx = context.TestContext(test_dir, prj, 'import_test_8') ctx.run(extra=[]) ctx.expect_out_file('JLCPCB/light_control_cpl_jlc.csv') - ctx.clean_up() + ctx.clean_up(keep_project=True) def test_disable_default_1(test_dir):