We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_literal_na
1 parent c0076a4 commit 116e336Copy full SHA for 116e336
ibis/backends/tests/test_generic.py
@@ -18,7 +18,6 @@
18
from ibis import _
19
from ibis.backends.tests.errors import (
20
ClickHouseDatabaseError,
21
- ClickHouseInternalError,
22
ExaQueryError,
23
GoogleBadRequest,
24
ImpalaHiveServer2Error,
@@ -1216,11 +1215,6 @@ def test_isin_uncorrelated_filter(
1216
1215
pytest.mark.notyet(
1217
["athena"], raises=PyAthenaOperationalError, reason="no time type"
1218
),
1219
- pytest.mark.notyet(
1220
- ["clickhouse"],
1221
- raises=ClickHouseInternalError,
1222
- reason="Nullable(Time) is not supported",
1223
- ),
1224
],
1225
1226
0 commit comments