diff --git a/src/tests/integration/test_duckDB.py b/src/tests/integration/test_duckDB.py index 91ec3bc05..1962e84f0 100644 --- a/src/tests/integration/test_duckDB.py +++ b/src/tests/integration/test_duckDB.py @@ -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=[