We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df24e1 commit 22c84afCopy full SHA for 22c84af
tests/boolean_test.go
@@ -135,6 +135,7 @@ func TestBooleanQueryFilters(t *testing.T) {
135
}
136
137
func TestBooleanNegativeInvalidDBValue(t *testing.T) {
138
+ t.Skip("skip for testing")
139
DB.Migrator().DropTable(&BooleanTest{})
140
DB.AutoMigrate(&BooleanTest{})
141
@@ -213,6 +214,7 @@ func TestBooleanDefaultValue(t *testing.T) {
213
214
215
216
func TestBooleanQueryMixedComparisons(t *testing.T) {
217
218
219
220
0 commit comments