diff --git a/ibis/backends/tests/test_join.py b/ibis/backends/tests/test_join.py index 1012eaa58ea2..eea26ffa0668 100644 --- a/ibis/backends/tests/test_join.py +++ b/ibis/backends/tests/test_join.py @@ -382,6 +382,9 @@ def test_join_with_trivial_predicate(awards_players, predicate, how, pandas_valu id="outer-x", marks=[ pytest.mark.notimpl(["pyspark"], reason="overlapping columns"), + pytest.mark.notyet( + ["polars"], reason="upstream polars is broken for this case" + ), *outer_join_nullability_failures, ], ),