Skip to content

Commit

Permalink
test(flink): xfail specific contains case
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Apr 17, 2024
1 parent c81a755 commit b3d9810
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ibis/backends/tests/test_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,13 @@ def test_map_values_nulls(con, map):
["pandas", "dask"],
reason="result is False instead of None",
strict=False, # passes for contains, but not for get
)
),
pytest.mark.notimpl(
"flink",
raises=AssertionError,
reason="not yet implemented",
strict=False,
),
],
id="non_null_map_null_key",
),
Expand Down

0 comments on commit b3d9810

Please sign in to comment.