From 9f5618d995e2cba5554f79f21d9ad3ad39c47918 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 13 Apr 2023 11:25:45 -0300 Subject: [PATCH] [Tests][KiCad 8] Disabled sch/pcb parity check - Doesn't work on KiCad 8, missing patch --- 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 4787bb08..160124fa 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.ki8(), reason="KiCad 6+ implementation") def test_update_xml_2(test_dir): prj = 'pcb_parity' ctx = context.TestContext(test_dir, prj, 'update_xml_2', '')