diff --git a/ibis/backends/tests/test_signatures.py b/ibis/backends/tests/test_signatures.py index 887c400d69b0..aa5f05f2817f 100644 --- a/ibis/backends/tests/test_signatures.py +++ b/ibis/backends/tests/test_signatures.py @@ -126,15 +126,6 @@ def _scrape_methods(modules, params): "read_parquet", marks=pytest.mark.notyet(["duckdb", "flink"]), ), - "table": pytest.param( - BaseBackend, - "table", - marks=pytest.mark.notyet( - [ - "polars", - ] - ), - ), "to_parquet_dir": pytest.param( BaseBackend, "to_parquet_dir",