Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Jul 14, 2023
1 parent ba89b71 commit caee393
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/integration/test_duckDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ def test_multiple_statements(ip, config, sql, tables, request):
"INSERT INTO some_table VALUES ('NYC');"
"SELECT * FROM some_table;"
),
["more_names"],
# NOTE: this is failing locally (Mac M processor), but not on CI
# I tried debugging but couldn't find the issue
["some_table", "more_names"],
],
],
ids=[
Expand Down

0 comments on commit caee393

Please sign in to comment.