Skip to content

Commit

Permalink
Merge pull request #595 from ProtixIT/skip-reason
Browse files Browse the repository at this point in the history
Pass reason to `@skip` decorator
  • Loading branch information
foarsitter authored Mar 22, 2024
2 parents 281c520 + ab8a8ae commit aaf93c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fields/test_field_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ def test_child_fields_not_tracked(self):
self.assertTrue(self.tracker.has_changed('name2'))


@skip
@skip("has known failures")
class AbstractModelTrackerTests(ModelTrackerTests):

tracked_class = TrackedAbstract
Expand Down

0 comments on commit aaf93c9

Please sign in to comment.