Skip to content

Commit 116e336

Browse files
committed
test(clickhouse): revert test_literal_na disablement
1 parent c0076a4 commit 116e336

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ibis/backends/tests/test_generic.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from ibis import _
1919
from ibis.backends.tests.errors import (
2020
ClickHouseDatabaseError,
21-
ClickHouseInternalError,
2221
ExaQueryError,
2322
GoogleBadRequest,
2423
ImpalaHiveServer2Error,
@@ -1216,11 +1215,6 @@ def test_isin_uncorrelated_filter(
12161215
pytest.mark.notyet(
12171216
["athena"], raises=PyAthenaOperationalError, reason="no time type"
12181217
),
1219-
pytest.mark.notyet(
1220-
["clickhouse"],
1221-
raises=ClickHouseInternalError,
1222-
reason="Nullable(Time) is not supported",
1223-
),
12241218
],
12251219
),
12261220
],

0 commit comments

Comments
 (0)