Skip to content

Commit 8cc9d4f

Browse files
committed
test(flink): xfail on cross-database insert
1 parent 77a28f9 commit 8cc9d4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ibis/backends/tests/test_client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,11 @@ def create_and_destroy_db(con):
13751375

13761376

13771377
# TODO: move this to something like `test_ddl.py`
1378+
@pytest.mark.notyet(
1379+
["flink"],
1380+
reason="unclear whether Flink supports cross catalog/database inserts",
1381+
raises=Py4JJavaError,
1382+
)
13781383
def test_insert_with_database_specified(con_create_database):
13791384
con = con_create_database
13801385

0 commit comments

Comments
 (0)