diff --git a/ibis/backends/tests/test_set_ops.py b/ibis/backends/tests/test_set_ops.py index 1aea3a7792f9..92c8c7ce78c6 100644 --- a/ibis/backends/tests/test_set_ops.py +++ b/ibis/backends/tests/test_set_ops.py @@ -60,7 +60,7 @@ def test_union_mixed_distinct(backend, union_subsets): param( False, marks=pytest.mark.notyet( - ["clickhouse", "dask", "pandas", "sqlite"], + ["dask", "pandas", "sqlite"], reason="backend doesn't support INTERSECT ALL", ), id="all", @@ -98,7 +98,7 @@ def test_intersect(backend, alltypes, df, distinct): param( False, marks=pytest.mark.notyet( - ["clickhouse", "dask", "pandas", "sqlite"], + ["dask", "pandas", "sqlite"], reason="backend doesn't support EXCEPT ALL", ), id="all",