mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Merge pull request #595 from ProtixIT/skip-reason
Pass reason to `@skip` decorator
This commit is contained in:
commit
aaf93c9d40
1 changed files with 1 additions and 1 deletions
|
|
@ -870,7 +870,7 @@ class InheritedModelTrackerTests(ModelTrackerTests):
|
|||
self.assertTrue(self.tracker.has_changed('name2'))
|
||||
|
||||
|
||||
@skip
|
||||
@skip("has known failures")
|
||||
class AbstractModelTrackerTests(ModelTrackerTests):
|
||||
|
||||
tracked_class = TrackedAbstract
|
||||
|
|
|
|||
Loading…
Reference in a new issue