Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove skip
  • Loading branch information
kyleconroy committed Sep 21, 2023
commit c20dc5ab248bfefb1a90efd17a91ad9a51ab98b4
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