From 3b5b3972a553642b68a5206eb02f42badbc4521d Mon Sep 17 00:00:00 2001 From: Andrew Gazelka Date: Fri, 4 Oct 2024 15:55:30 -0700 Subject: [PATCH] add context --- 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 f8547d1d00..5cc1f2bf7d 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", # Commented out due to issue https://github.com/Eventual-Inc/Daft/issues/2996 "test_limit", "test_null_nan", "test_null_nan_rewritten",