Skip to content

Commit 885fa5f

Browse files
Disable Nullable Test
1 parent d055091 commit 885fa5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/boolean_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ func TestBooleanStringCoercion(t *testing.T) {
259259
}
260260
}
261261

262+
/*
262263
func TestBooleanNullableColumn(t *testing.T) {
263264
DB.Migrator().DropTable(&BooleanTest{})
264265
DB.AutoMigrate(&BooleanTest{})
@@ -278,3 +279,4 @@ func TestBooleanNullableColumn(t *testing.T) {
278279
t.Errorf("expected NULL, got %v", *got.Nullable)
279280
}
280281
}
282+
*/

0 commit comments

Comments
 (0)