Skip to content

Commit 0850db9

Browse files
committed
remove skip
1 parent 059a1f3 commit 0850db9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/endtoend/vet_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func TestExamplesVet(t *testing.T) {
5252

5353
if tc != "kotlin" && tc != "python" {
5454
if s, found := findSchema(t, filepath.Join(path, "mysql")); found {
55-
t.Skip("local")
5655
db, cleanup := sqltest.CreateMySQLDatabase(t, tc, []string{s})
5756
defer db.Close()
5857
defer cleanup()

0 commit comments

Comments
 (0)