Skip to content

Commit b034ee6

Browse files
committed
test(clickhouse): enable xpassing exists tests
1 parent e7178ec commit b034ee6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ibis/backends/tests/test_generic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,9 +1100,6 @@ def test_int_scalar(alltypes):
11001100

11011101

11021102
@pytest.mark.notimpl(["polars", "druid"])
1103-
@pytest.mark.notyet(
1104-
["clickhouse"], reason="https://github.com/ClickHouse/ClickHouse/issues/6697"
1105-
)
11061103
@pytest.mark.parametrize("method_name", ["any", "notany"])
11071104
def test_exists(batting, awards_players, method_name):
11081105
years = [1980, 1981]

0 commit comments

Comments
 (0)