From 3b0264ee4dd4a72a987740b551a9e84b2a07e3aa Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Date: Thu, 13 Jul 2023 22:01:05 -0600 Subject: [PATCH] fix --- src/tests/integration/test_duckDB.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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=[