[Tests] Don't run import_7 in parallel

This commit is contained in:
Salvador E. Tropea 2023-05-16 10:53:05 -03:00
parent b1c268b4c6
commit 27c6d91e6e
1 changed files with 2 additions and 0 deletions

View File

@ -847,6 +847,8 @@ def test_import_6(test_dir):
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")
def test_import_7(test_dir):
""" Import a preflight """