Skip to content

Commit 3a6e154

Browse files
committed
test(clickhouse): xfail newly failing Nullable(Time) test
1 parent 333b727 commit 3a6e154

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ibis/backends/tests/test_generic.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from ibis import _
1919
from ibis.backends.tests.errors import (
2020
ClickHouseDatabaseError,
21+
ClickHouseInternalError,
2122
ExaQueryError,
2223
GoogleBadRequest,
2324
ImpalaHiveServer2Error,
@@ -1215,6 +1216,11 @@ def test_isin_uncorrelated_filter(
12151216
pytest.mark.notyet(
12161217
["athena"], raises=PyAthenaOperationalError, reason="no time type"
12171218
),
1219+
pytest.mark.notyet(
1220+
["clickhouse"],
1221+
raises=ClickHouseInternalError,
1222+
reason="Nullable(Time) is not supported",
1223+
),
12181224
],
12191225
),
12201226
],

0 commit comments

Comments
 (0)