Merge pull request #595 from ProtixIT/skip-reason

Pass reason to `@skip` decorator
This commit is contained in:
Jelmer 2024-03-22 18:00:03 +01:00 committed by GitHub
commit aaf93c9d40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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