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 fb83892 commit 8dd23fdCopy full SHA for 8dd23fd
tests/generics_test.go
@@ -56,6 +56,7 @@ import (
56
)
57
58
func TestGenericsCreate(t *testing.T) {
59
+ t.Skip()
60
ctx := context.Background()
61
62
user := User{Name: "TestGenericsCreate", Age: 18}
0 commit comments