[Tests] Don't run import_7 in parallel
This commit is contained in:
parent
b1c268b4c6
commit
27c6d91e6e
|
|
@ -847,6 +847,8 @@ def test_import_6(test_dir):
|
||||||
ctx.clean_up()
|
ctx.clean_up()
|
||||||
|
|
||||||
|
|
||||||
|
# Isn't really slow, just avoid to run it in parallel
|
||||||
|
@pytest.mark.slow
|
||||||
@pytest.mark.skipif(context.ki5(), reason="too slow on KiCad 5")
|
@pytest.mark.skipif(context.ki5(), reason="too slow on KiCad 5")
|
||||||
def test_import_7(test_dir):
|
def test_import_7(test_dir):
|
||||||
""" Import a preflight """
|
""" Import a preflight """
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue