test(postgres): enable test_varchar_length for postgres
This commit is contained in:
parent
e1b1426147
commit
907f3de872
1 changed files with 0 additions and 1 deletions
|
|
@ -176,7 +176,6 @@ class TestDBUpdate(IntegrationTestCase):
|
|||
|
||||
self.assertEqual(frappe.db.get_column_type(referring_doctype.name, link), "uuid")
|
||||
|
||||
@run_only_if(db_type_is.MARIADB)
|
||||
def test_varchar_length(self):
|
||||
from frappe.database.schema import add_column
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue