[Tests] Marked more stuff as slow

- To avoid collisions
This commit is contained in:
Salvador E. Tropea 2023-01-03 14:04:03 -03:00
parent 08dd0258cd
commit 7be6a5a7f4
1 changed files with 3 additions and 0 deletions

View File

@ -914,6 +914,7 @@ def test_date_format_2(test_dir):
ctx.clean_up()
@pytest.mark.slow
def test_download_datasheets_1(test_dir):
prj = 'kibom-variant_2ds'
ctx = context.TestContextSCH(test_dir, prj, 'download_datasheets_1')
@ -1464,6 +1465,7 @@ def test_diff_file_sch_1(test_dir):
ctx.clean_up(keep_project=True)
@pytest.mark.slow
@pytest.mark.skipif(context.ki5(), reason="KiCad 6 aliases used")
def test_copy_files_1(test_dir):
""" Copy files and 3D models """
@ -1494,6 +1496,7 @@ def test_copy_files_1(test_dir):
ctx.clean_up()
@pytest.mark.slow
@pytest.mark.skipif(context.ki5(), reason="KiCad 6 aliases used")
def test_copy_files_2(test_dir):
""" Copy files and 3D models """