File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,6 @@ func TestSingleTableMany2ManyAssociationForSlice(t *testing.T) {
372
372
}
373
373
374
374
func TestDuplicateMany2ManyAssociation (t * testing.T ) {
375
- t .Skip ()
376
375
user1 := User {Name : "TestDuplicateMany2ManyAssociation-1" , Languages : []Language {
377
376
{Code : "TestDuplicateMany2ManyAssociation-language-1" },
378
377
{Code : "TestDuplicateMany2ManyAssociation-language-2" },
@@ -436,7 +435,6 @@ func TestConcurrentMany2ManyAssociation(t *testing.T) {
436
435
}
437
436
438
437
func TestMany2ManyDuplicateBelongsToAssociation (t * testing.T ) {
439
- t .Skip ()
440
438
user1 := User {Name : "TestMany2ManyDuplicateBelongsToAssociation-1" , Friends : []* User {
441
439
{Name : "TestMany2ManyDuplicateBelongsToAssociation-friend-1" , Company : Company {
442
440
ID : 1 ,
Original file line number Diff line number Diff line change @@ -422,7 +422,6 @@ func TestGenericsJoins(t *testing.T) {
422
422
}
423
423
424
424
func TestGenericsNestedJoins (t * testing.T ) {
425
- t .Skip ()
426
425
users := []User {
427
426
{
428
427
Name : "generics-nested-joins-1" ,
Original file line number Diff line number Diff line change @@ -383,8 +383,6 @@ func TestJoinArgsWithDB(t *testing.T) {
383
383
}
384
384
385
385
func TestNestedJoins (t * testing.T ) {
386
- t .Skip ()
387
-
388
386
users := []User {
389
387
{
390
388
Name : "nested-joins-1" ,
Original file line number Diff line number Diff line change @@ -1393,7 +1393,6 @@ func TestQueryScannerWithSingleColumn(t *testing.T) {
1393
1393
}
1394
1394
1395
1395
func TestQueryResetNullValue (t * testing.T ) {
1396
- t .Skip ()
1397
1396
type QueryResetItem struct {
1398
1397
ID string `gorm:"type:varchar(5)"`
1399
1398
Name string
You can’t perform that action at this time.
0 commit comments