Skip to content

Commit 622dc1d

Browse files
committed
ci: remove IntrospectionTests.test_get_table_description_nullable from skips
Implemented in 0de99d2.
1 parent 0de99d2 commit 622dc1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spanner/django/features.py

-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
265265
# DatabaseIntrospection.get_table_description() isn't fully implemented:
266266
# https://github.com/orijtech/django-spanner/issues/248
267267
'introspection.tests.IntrospectionTests.test_get_table_description_col_lengths',
268-
'introspection.tests.IntrospectionTests.test_get_table_description_nullable',
269268
# DatabaseIntrospection.get_primary_key_column() isn't implemented:
270269
# https://github.com/orijtech/django-spanner/issues/312
271270
'introspection.tests.IntrospectionTests.test_get_primary_key_column',

0 commit comments

Comments
 (0)