Update migrate_test.go
This commit is contained in:
parent
bab8ee5187
commit
bac0e43501
@ -1205,8 +1205,8 @@ func TestMigrateSameEmbeddedFieldName(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestMigrateDefaultNullString(t *testing.T) {
|
func TestMigrateDefaultNullString(t *testing.T) {
|
||||||
if DB.Dialector.Name() == "sqlite" || DB.Dialector.Name() == "sqlserver" {
|
if DB.Dialector.Name() == "sqlserver" {
|
||||||
// sqlite and sqlserver driver treats NULL and 'NULL' the same
|
// sqlserver driver treats NULL and 'NULL' the same
|
||||||
t.Skip("skip sqlite and sqlserver")
|
t.Skip("skip sqlite and sqlserver")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user