From 45f885b090a8925b200adb0cf097781c323edd3f Mon Sep 17 00:00:00 2001 From: Andrew Gazelka Date: Thu, 3 Oct 2024 14:49:45 -0700 Subject: [PATCH] remove test_all_types --- tests/integration/iceberg/test_table_load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/iceberg/test_table_load.py b/tests/integration/iceberg/test_table_load.py index 2252f446d6..f8547d1d00 100644 --- a/tests/integration/iceberg/test_table_load.py +++ b/tests/integration/iceberg/test_table_load.py @@ -24,7 +24,7 @@ def test_daft_iceberg_table_open(local_iceberg_tables): WORKING_SHOW_COLLECT = [ - "test_all_types", + # "test_all_types", "test_limit", "test_null_nan", "test_null_nan_rewritten",