Skip to content

Commit

Permalink
[Tests] Avoid running test_pcb_print_simple_2 in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Apr 5, 2024
1 parent a7b9ec3 commit 383f379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_plot/test_print_pcb.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ def test_pcb_print_simple_1(test_dir):
ctx.clean_up(keep_project=True)


@pytest.mark.slow
@pytest.mark.pcbnew
def test_pcb_print_simple_2(test_dir):
if context.ki6():
prj = 'pcb_print_rare'
Expand Down

0 comments on commit 383f379

Please sign in to comment.