Skip AbstractModelTrackerTests

https://github.com/jazzband/django-model-utils/pull/381
This commit is contained in:
Eugene 2019-08-20 19:00:25 +07:00 committed by GitHub
parent 23148f481c
commit 7d9ebc1b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
from __future__ import unicode_literals
from unittest import skip
import django
from django.core.exceptions import FieldError
from django.test import TestCase
@ -787,6 +787,7 @@ class InheritedModelTrackerTests(ModelTrackerTests):
self.assertTrue(self.tracker.has_changed('name2'))
@skip
class AbstractModelTrackerTests(ModelTrackerTests):
tracked_class = TrackedAbstract