From def3e469547bdcfcb5e3a77e34614d43dcfd63b3 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 16 Mar 2023 07:30:22 -0300 Subject: [PATCH] [Tests] Disabled test_update_xml_2 on KiCad 7 - This is temporal because the nightly has a wrong version. --- tests/test_plot/test_preflight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plot/test_preflight.py b/tests/test_plot/test_preflight.py index b34d5f55..87aef954 100644 --- a/tests/test_plot/test_preflight.py +++ b/tests/test_plot/test_preflight.py @@ -192,7 +192,7 @@ def test_update_xml_1(test_dir): @pytest.mark.slow @pytest.mark.eeschema -@pytest.mark.skipif(context.ki5(), reason="KiCad 6 implementation") +@pytest.mark.skipif(context.ki5() or context.ki7(), reason="KiCad 6 implementation") def test_update_xml_2(test_dir): prj = 'pcb_parity' ctx = context.TestContext(test_dir, prj, 'update_xml_2', '')