Skip to content

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Jun 16, 2024
1 parent 2b7eba2 commit 13e5048
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_part.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ def test_part_link_attachment(self):
Check that we can add an external link attachment to the part
"""

if self.api.api_version < Attachment.MIN_API_VERSION:
return

test_link = "https://inventree.org/"
test_comment = "inventree.org"

Expand Down

0 comments on commit 13e5048

Please sign in to comment.