Skip to content

Commit

Permalink
enable impala in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jitingxu1 committed Sep 20, 2024
1 parent ce2c8cf commit 9acda5c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ibis/backends/tests/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,12 +475,7 @@ def test_read_parquet_glob(con, tmp_path, ft_data):
assert table.count().execute() == nrows * ntables


@pytest.mark.notyet(
[
"flink",
"impala",
]
)
@pytest.mark.notyet(["flink"])
@pytest.mark.notimpl(["druid"])
@pytest.mark.notimpl(["mssql"], raises=PyODBCProgrammingError)
@pytest.mark.notimpl(["mysql"], raises=MySQLOperationalError)
Expand Down

0 comments on commit 9acda5c

Please sign in to comment.