summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/schema/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/schema/tests.py b/tests/schema/tests.py
index f734525dcc..dbed4b709d 100644
--- a/tests/schema/tests.py
+++ b/tests/schema/tests.py
@@ -2422,6 +2422,7 @@ class SchemaTests(TransactionTestCase):
with connection.schema_editor() as editor, self.assertNumQueries(0):
editor.alter_field(Author, Author._meta.get_field("name"), new_field)
+ @skipUnlessDBFeature("supports_json_field")
@isolate_apps("schema")
def test_db_default_output_field_resolving(self):
class Author(Model):