[Tests] Enabled the test_update_xml_2 again
- Will try to switch the tests to 7.0.1.1
This commit is contained in:
parent
4d734d1e71
commit
e3bfaaece5
|
|
@ -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', '')
|
||||
|
|
|
|||
Loading…
Reference in New Issue