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 059a1f3 commit 0850db9Copy full SHA for 0850db9
internal/endtoend/vet_test.go
@@ -52,7 +52,6 @@ func TestExamplesVet(t *testing.T) {
52
53
if tc != "kotlin" && tc != "python" {
54
if s, found := findSchema(t, filepath.Join(path, "mysql")); found {
55
- t.Skip("local")
56
db, cleanup := sqltest.CreateMySQLDatabase(t, tc, []string{s})
57
defer db.Close()
58
defer cleanup()
0 commit comments