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 caee393 commit 3b0264e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tests/integration/test_duckDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,7 @@ def test_multiple_statements(ip, config, sql, tables, request):
"INSERT INTO some_table VALUES ('NYC');"
"SELECT * FROM some_table;"
),
# 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"],
["more_names"],
],
],
ids=[
Expand Down

0 comments on commit 3b0264e

Please sign in to comment.