diff --git a/tests/test_plot/test_preflight.py b/tests/test_plot/test_preflight.py index 87aef954..b34d5f55 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() or context.ki7(), reason="KiCad 6 implementation") +@pytest.mark.skipif(context.ki5(), reason="KiCad 6 implementation") def test_update_xml_2(test_dir): prj = 'pcb_parity' ctx = context.TestContext(test_dir, prj, 'update_xml_2', '')