Skip to content

Commit

Permalink
remove skip
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Sep 21, 2023
1 parent 8dfde57 commit c20dc5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/endtoend/vet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func TestExamplesVet(t *testing.T) {

if tc != "kotlin" && tc != "python" {
if s, found := findSchema(t, filepath.Join(path, "mysql")); found {
t.Skip("local")
db, cleanup := sqltest.CreateMySQLDatabase(t, tc, []string{s})
defer db.Close()
defer cleanup()
Expand Down

0 comments on commit c20dc5a

Please sign in to comment.