[Tests][KiCad 8] Disabled sch/pcb parity check
- Doesn't work on KiCad 8, missing patch
This commit is contained in:
parent
50040a9355
commit
9f5618d995
|
|
@ -192,7 +192,7 @@ def test_update_xml_1(test_dir):
|
||||||
|
|
||||||
@pytest.mark.slow
|
@pytest.mark.slow
|
||||||
@pytest.mark.eeschema
|
@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):
|
def test_update_xml_2(test_dir):
|
||||||
prj = 'pcb_parity'
|
prj = 'pcb_parity'
|
||||||
ctx = context.TestContext(test_dir, prj, 'update_xml_2', '')
|
ctx = context.TestContext(test_dir, prj, 'update_xml_2', '')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue