[Tests] Disabled test_update_xml_2 on KiCad 7

- This is temporal because the nightly has a wrong version.
This commit is contained in:
Salvador E. Tropea 2023-03-16 07:30:22 -03:00
parent 2ebaea16ab
commit def3e46954
1 changed files with 1 additions and 1 deletions

View File

@ -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', '')