Skip to content

Commit

Permalink
[Tests] The new test is just for KiCad 7
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jan 22, 2024
1 parent 2b5c88c commit a87a41d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_plot/test_position.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def test_position_rot_bottom(test_dir):
POS_TRS = ('Q1', 'Q2', 'Q3', 'Q4', 'Q5', 'Q6', 'Q7', 'Q8')


@pytest.mark.skipif(not context.ki7(), reason="Just testing with 7")
def test_position_rot_a(test_dir):
""" """
prj = 'rotations'
Expand Down

0 comments on commit a87a41d

Please sign in to comment.